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

    Type Alias GetItemOptions

    GetItemOptions: ItemSelectorOptions & {
        document: boolean;
        subType: string;
        type: string;
    }

    Type Declaration

    • document: boolean

      Return document. If false, return document ID.

    • subType: string

      Basic filter for item subtype, unused if filterFunc is provided.

    • type: string

      Basic filter for item type, unused if filterFunc is provided.