Is the state machine complete
Optional
publicThe public context of the machine instance.
This includes all context under the public
key.
Array of tags for the current states
Timestamp for when the state was created
The context of the instance.
The only key is public and it includes only the publicContext.
Has the instance reached a final state?
Private
machineIs the state machine complete
Optional
publicThe public context of the machine instance.
This includes all context under the public
key.
Array of tags for the current states
Timestamp for when the state was created
The tags of the current states of the instance.
The current state value of the instance.
Does the current state value match the provided state descriptor?
If the current state is { a: { b: "c" } }, the following all "match":
Generated using TypeDoc
The state of an actor.
This is intended to closely mimic an XState State object.
There are some differences: