A concrete State implementation created by the createState factory. Combines state
interface members (data properties and transition methods) with Manager operations
accessible via manageState(state).
Warning
This is a type alias for documentation purposes only. Branding was considered but not adopted due to
interoperability issues with tools relying on static code analysis. Instances must be created
using createState.
State instance.
A concrete State implementation created by the createState factory. Combines state interface members (data properties and transition methods) with Manager operations accessible via manageState
(state).This is a type alias for documentation purposes only. Branding was considered but not adopted due to interoperability issues with tools relying on static code analysis. Instances must be created using createState.