Readonly
Internal
_trackerA state update will be sent to it whenever an update()
function is called.
The [OnEvent__symbol]
property is an alias of this one.
State updates sender.
Updates the component state.
All receivers registered with onUpdate will receive this update.
Returns an OnEvent instance of this event sender.
OnEvent instance registering event receivers sent by this sender.
Starts tracking of partial state under the given path.
A path to state part.
New partial state tracker.
Generated using TypeDoc
State changes tracker.
A state is a tree-like structure of sub-states (nodes) available under StatePath.
When node modified a update should be called. Then all state update receivers registered by onUpdate will receive this update.