Type Alias: ActionEventHandler()
ActionEventHandler = (e, args?) => Promise<void> | void
Event handler function type.
Parameters
ActionEventArgs
the action arguments.
args?
Record<string, any>
the action parameters.
Returns
Promise<void> | void