Readonly
context: Context<D>The current context of the state machine.
Readonly
event: ExitEvent<D, V>The 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<D>The send function to send an event to the state machine.
Readonly
setThe function to update the context of the state machine.
The type of cleanup parameters for the effect.