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