Readonlydispatch: ((action: Action.Signature) => void)Dispatch an action to the shared state machine.
ReadonlygetThe current state of the shared state machine.
Readonlyinstance: Machine.SignatureInstance of the state machine.
Readonlysend: Send.SignatureThe send function to send an event to the shared state machine.
ReadonlysetThe function to set the context of the shared state machine.
Readonlysubscribe: ((callback: ((state: State.Signature) => void)) => (() => void))Subscribes to state changes in the shared state machine.
The dispatch function to send an event to the shared state machine.