The state type
The name of the action
ActionDescBase
Filters out all actions not corresponding with current description.
ActionDesc
Indicates whether the action instances has payload or not.
ActionDescBase
Returns whether a given action has the same type af this descriptor
ActionDescBase
The prefix of the action.
ActionDescBase
The reducer of the action for the given state type
ActionDescBase
The type of the action. This is the same value as the action type created using the create function in one of the descending interfaces.
ActionDescBase
Generated using TypeDoc
Describes an action in a non-typed way, for a given state type.