Delegate Reducer
A function that takes the current state and an action, and returns a new state.
Namespace: Unity.AppUI.Redux
Syntax
public delegate object Reducer(object state, Action action);
Parameters
Type | Name | Description |
---|---|---|
Object | state | |
Action | action |
Returns
Type | Description |
---|---|
Object |