Type Alias ApplicationClickAction
ApplicationClickAction: (
event: PointerEvent,
target: HTMLElement,
) => void | Promise<void>
Type declaration
- (event: PointerEvent, target: HTMLElement): void | Promise<void>
Parameters
- event: PointerEvent
- target: HTMLElement
Returns void | Promise<void>
An on-click action supported by the Application. Run in the context of a foundry.applications.api.HandlebarsApplicationMixin.