Delegate Slice<TState, TStoreState>.SetSliceState
Definition of the delegate method to set the slice state in the store state.
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public delegate TStoreState Slice<TState, TStoreState>.SetSliceState(TStoreState state, TState sliceState)
Parameters
Type | Name | Description |
---|---|---|
TStoreState | state | The store state. |
TState | sliceState | The slice state. |
Returns
Type | Description |
---|---|
TStoreState | The new store state. |