The action payload type
The state type
The prefix or module name to prepend to the action name to obtain a unique action type.
The action name. Should be unique in the prefix.
Optional
reducer: ReducerOf<S, T>An optional reducer function
Generated using TypeDoc
Creates an action description with a typed payload, given a module prefix, an action name and an optional full reducer.
Returns
An action description.