Readonly
dispatch: ((action: Action.Signature) => void)Dispatch an action to the shared state machine.
Readonly
getThe current state of the shared state machine.
Readonly
instance: Machine.SignatureInstance of the state machine.
Readonly
send: Send.SignatureThe send function to send an event to the shared state machine.
Readonly
setThe function to set the context of the shared state machine.
Readonly
subscribe: ((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.