Readonly
context: Definition.Context.SignatureReadonly
event: Config.ExitEvent.SignatureThe event that triggered the effect.
Readonly
isThe function to check if the component is mounted.
Check if the component is mounted.
true
if the component is mounted, false
otherwise.
Readonly
send: Config.Send.SignatureThe send function to send an event to the state machine.
Readonly
setThe function to update the context of the state machine.
The current context of the state machine.