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

    Class AbstractDocumentSelectorAbstract

    An abstract class for a document selector application.

    Hierarchy (View Summary)

    • HandlebarsApplication<this> & ApplicationV2<
          RenderContext,
          Configuration,
          RenderOptions,
          this,
      >
    Index

    Accessors

    Methods

    Accessors

    • get documents(): Document<any, any, null>[]

      Returns Document<any, any, null>[]

    • get promise(): Promise<any>

      Returns Promise<any>

    • get selected(): string

      Returns string

    Methods

    • Render selector and wait for it to resolve.

      Parameters

      • options: object

        Options

      Returns Promise<null | string | false | Document<any, any, null>>

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