Applies (runs) an action over a target object.
If you intend to apply serialized actions check one of the applySerializedAction methods instead.
applySerializedAction
Subtree root target object to run the action over.
The action, usually as coming from onActionMiddleware.
onActionMiddleware
The return value of the action, if any.
Applies (runs) an action over a target object.
If you intend to apply serialized actions check one of the
applySerializedAction
methods instead.