Returns a collection of all the transactions which resulted in the current state
Returns an observable which can be subscribed to in order to act on ANY state changes within the store
Returns an observable which can be subscribed to in order to act on state changes
Update the current state of the entire store
state to set at a root level
Sets the state at a given path, returning a result indicating success and a copy of the state set
state to set
Generated using TypeDoc
A light state management pattern allowing storage, retrieval, and monitoring of state.