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

    Interface EntrySelectorOptions

    interface EntrySelectorOptions {
        boolean?: boolean;
        choices?: string[] | Record<string, string>;
        choicesIdentifier?: string;
        flag?: boolean;
        flat?: boolean;
        title?: string;
    }

    Hierarchy

    • Configuration
      • EntrySelectorOptions
    Index

    Properties

    boolean?: boolean
    choices?: string[] | Record<string, string>

    Custom options for auto-completion.

    choicesIdentifier?: string

    The attribute on the document from where to retrieve auto-completion data.

    flag?: boolean
    flat?: boolean
    title?: string