Function: actionCallToReduxAction()
function actionCallToReduxAction(actionCall): ReduxAction;
Transforms an action call into a redux action.
Parameters
| Parameter | Type | Description |
|---|---|---|
actionCall | ActionCall | Action call. |
Returns
A redux action.
function actionCallToReduxAction(actionCall): ReduxAction;
Transforms an action call into a redux action.
| Parameter | Type | Description |
|---|---|---|
actionCall | ActionCall | Action call. |
A redux action.