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

    Option selector based on a grid.

    Hierarchy

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

    Constructors

    Accessors

    Methods

    Constructors

    • Applications are constructed by providing an object of configuration options.

      Parameters

      • Optionaloptions: {}

        Options used to configure the Application instance (default: {})

      Returns GridPicker

    Accessors

    • get promise(): Promise<any>

      Returns Promise<any>

    Methods

    • Cancel if clicked off the app

      Parameters

      • event: PointerEvent

      Returns void

    • Select

      Parameters

      • this: GridPicker
      • event: PointerEvent
      • target: HTMLElement

      Returns void

    • Initialize, render & wait for picker to resolve

      Parameters

      • options: {} = {}
      • OptionalrenderOpts: object = {}

        Render options

      Returns Promise<string | undefined>

      • Choice