The type of definition for state machine.
The type of path from definition root to here.
(internal) The type of schema.
(internal) The type of strict
property in schema.
(internal) The type of events
property in schema.
(internal) The type of context
property in schema.
Optional
Readonly
context?: _CThe context of the state machine.
Optional
Readonly
events?: [keyof _E] extends [never]The event types that are allowed in the state machine.
Optional
Readonly
strict?: IsBooleanLiteral<_T> extends falsetrue
- Reports errors for contexts and events that are not defined in the schema.false
- Type inference is performed whenever possible.
The type of schema for state machine.