Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Type Alias: ActionHandler()<T>

ActionHandler<T> = (e, params) => Promise<void> | void

Action function type.

Type Parameters

T

T

the type of action parameters.

Parameters

e

ActionEventArgs

the action arguments.

params

{ [k in keyof T]: any }

the action parameters arguments.

Returns

Promise<void> | void

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub