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

    Class ActorSelector

    A specialized form application for selecting an Actor from a list of available choices

    Used for example with gift item.

    Hierarchy

    • AbstractDocumentSelector
      • ActorSelector
    Index

    Properties

    Accessors

    Methods

    Properties

    Accessors

    • get documents(): any[]

      Returns any[]

    • get promise(): Promise<any>

      Returns Promise<any>

    • get selected(): string | string[]

      Returns string | string[]

    Methods

    • Render selector and wait for it to resolve.

      Parameters

      • options: object

        Options

      Returns Promise<any>

      • Document or string for selected item, null if cancelled, or false or empty string if none were selected.