Readonly
machine: { readonly [key in StateNames<V>]: ReadonlyArray<StateTargetStrict<V>> }Readonly
value: StateNames<V>Current state
Readonly
visited: ReadonlyArray<StateNames<V>>List of unique states visited. Won't contain the current state unless it has already been visited.
Encapsulation of a 'running' machine description and state.
See: