Class Slice
A Slice is a collection of reducers and actions for a specific part of the application state.
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: solution.dll
Syntax
public class Slice
Properties
Name | Description |
---|---|
actionCreators | The action creators for this slice. |
name | The name of the slice. |