action creator function
plain action object containing type
globally unique action type
Creates action handler object for usage in createReducer function.
the actual handler function which receives mutable state draft.
Typeguard for checking if action is of given type.
								Narrows action.payload type to undefined
Generated using TypeDoc
Describes action with given type and no payload. Can be used as action creator function and provides other utilities.