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

    Type Alias ActorSelectorOptions

    type ActorSelectorOptions = {
        actors: Actor[];
        document: boolean;
        filterFunc: Function<Actor>;
        ownership: string | number;
        selected: string;
    }
    Index

    Properties

    actors: Actor[]

    Actor list to choose from

    document: boolean

    Retrieve document instead of ID if true.

    filterFunc: Function<Actor>

    Filtering callback function

    ownership: string | number

    Minimum Ownership level.

    CONST.DOCUMENT_OWNERSHIP_LEVELS.LIMITED

    selected: string

    Pre-selected actor ID.