Action creators for the types of actions that are handled by the slice reducer.
The individual case reducer functions that were passed in the reducers
parameter.
This enables reuse and testing if they were defined inline when calling createSlice
.
The slice name.
The slice's reducer.
Provides access to the initial state value given to the slice. If a lazy state initializer was provided, it will be called and a fresh value returned.
Generated using TypeDoc
The return value of
createSlice