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

    Action Sheet

    Hierarchy

    • any
      • 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

    • Parameters

      • options: any

      Returns any

    • 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>