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