ApplicationClickAction: ((event, target) => Promise<void>)

An on-click action supported by the Application. Run in the context of a HandlebarsApplication.

Type declaration

    • (event, target): Promise<void>
    • Parameters

      • event: PointerEvent

        The originating click event

      • target: HTMLElement

        The capturing HTML element which defines the [data-action]

      Returns Promise<void>