Appearance
@vttforge/core / ApplicationClickAction
ApplicationClickAction = (event, target) => Promise<unknown> | unknown
event
target
Promise
unknown
A data-action handler, called with the application as this.
data-action
this
PointerEvent
HTMLElement
Promise<unknown> | unknown