Extension of core Token HUD

PF1 vNEXT

Hierarchy

  • TokenHUD
    • TokenHUDPF

Constructors

  • Parameters

    • Optionaloptions: Partial<ApplicationOptions>

      Configuration options which control how the application is rendered. Application subclasses may add additional supported options, but the following configurations are supported for all Applications. The values passed to the constructor are combined with the defaultOptions defined at the class level.

    Returns TokenHUDPF

Methods

  • Internal

    Get an array of icon paths which represent valid status effect choices

    Returns {}

    • Add listeners to token HUD quick action element.

      Parameters

      • html: DocumentFragment

        Quick actions element

      Returns void

    • Add quick action buttons to token HUD.

      Parameters

      • app: TokenHUD<ApplicationOptions>
      • html: Element

      Returns Promise<void>