Interface ActionExecutorEvents
Methods
postExecuteAction
- postExecuteAction<A, E, AV, CU>(actionType: ActionType, actionApi: IActionHandlerApi<E, CU>, args: AV): any
-
Returns any
preExecuteAction
- preExecuteAction<A, E, AV, CU>(actionType: ActionType, actionApi: IActionHandlerApi<E, CU>, args: AV): false | void
-
Returns false | void
Called after an action has been executed
This is called after the action result is used