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

    Action Sheet

    Hierarchy

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

    Properties

    PARTS: { form: { scrollable: string[]; template: string; templates: string[] } } = ...
    TABS: { primary: { initial: string; tabs: { id: string; label: string }[] } } = ...

    Accessors

    • get action(): Action

      Returns Action

    • get actor(): ActorPF

      Returns ActorPF

    • get document(): any

      Returns any

    • get isEditable(): boolean

      Copy from core DocumentSheet#isEditable

      Returns boolean

    • get item(): ItemPF

      Returns ItemPF

    Methods

    • Initialize configuration options for the Application instance. The default behavior of this method is to intelligently merge options for each class with those of their parents.

      • Array-based options are concatenated
      • Inner objects are merged
      • Otherwise, properties in the subclass replace those defined by a parent

      Parameters

      • options: any

        Options provided directly to the constructor

      Returns any

      Configured options for the application instance

    • Internal

      Handle dropping content-linkable data to <textarea> or text <input>

      Parameters

      • event: DragEvent
      • dropData: object

      Returns Promise<undefined>

    • Returns {}

    • Add Extra Attack

      Parameters

      • event: PointerEvent
      • target: HTMLElement

      Returns Promise<void>

    • Remove Extra Attack

      Parameters

      • event: PointerEvent
      • target: HTMLElement

      Returns Promise<void>