Type Alias: StatefulAction experimental
StatefulAction =
object
Beta
An action which returns the activation state.
Properties
actionType
readonlyactionType:StatefulAction
onExecute
readonlyonExecute: (active) =>void
Parameters
active
boolean
Returns
void
