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
aSimpleReducer: SimpleReducerOf<S>An optional simple reducer function.
Generated using TypeDoc
Creates an action description with no payload, given a module prefix, an action name and an optional full reducer.
Returns
An action description.