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

    Type Alias ItemSelectorOptions

    ItemSelectorOptions: AbstractDocumentSelectorOptions & {
        actor: ActorPF;
        empty: boolean;
        filterFunc: function;
        items: Item[];
    }

    Type Declaration

    • actor: ActorPF

      Actor from which to get items from.

    • empty: boolean

      Allow empty selection.

      true

    • filterFunc: function

      Filtering callback function.

    • items: Item[]

      Item list to get item from. Used only if actor is undefined.