An object passed to dispatch then sequentially to each ActionHandler.
dispatch
The type of the payload property.
Identifies the action. Handlers use this to determine if they should operate on the action.
Optional
Data needed by handlers to process the action.
An object passed to
dispatch
then sequentially to each ActionHandler.