Skip to content
Version: xstate@5.0.0

TypegenMeta.internalEvents property​

A map for the internal events of the machine.

key: 'xstate.done.actor.myActor'
value: {
type: 'xstate.done.actor.myActor';
data: unknown;
__tip: 'Declare the type in event types!';
}

Signature:

internalEvents: {};