Readonlycontext: Context<D>The current context of the state machine.
Readonlyevent: EntryEvent<D, V>The event that triggered the effect.
ReadonlyisThe function to check if the component is mounted.
Check if the component is mounted.
true if the component is mounted, false otherwise.
Readonlysend: Config.Send<D>The send function to send an event to the state machine.
ReadonlysetThe function to update the context of the state machine.
The type of the effect parameters.