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

    An application that allows the user to configure change flags on an item

    Hierarchy

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

    Properties

    choices: string[] | Record<string, string> | undefined

    The options for the datalist element.

    entries: string[]

    Accessors

    • get document(): any

      Returns any

    • get isEditable(): boolean

      Returns boolean

    • get path(): string

      Returns string

    • get promise(): Promise<any>

      Returns Promise<any>

    Methods

    • Actions performed after closing the Application. Post-close steps are not awaited by the close process.

      Parameters

      • options: any

        Provided render options

      Returns void

    • Parameters

      • options: any

      Returns Promise<any>