Delegate Dispatcher
A function that dispatches an action in the store to update the state.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public delegate void Dispatcher(IAction action)
Parameters
Type | Name | Description |
---|---|---|
IAction | action | The action to dispatch. |