Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias IndexEntry

    type IndexEntry = {
        __pack: string;
        __packLabel: string;
        _id: string;
        img: string;
        name: string;
        type: string;
        uuid: string;
    }
    Index

    Properties

    __pack: string

    The CompendiumCollection this entry is from

    __packLabel: string

    Pack label

    _id: string

    ID

    img: string

    Image filepath

    name: string

    Name

    type: string

    Document type

    uuid: string