MCPcopy
hub / github.com/statelyai/xstate / MachineContext

Interface MachineContext

packages/core/test/actions.test.ts:3536–3538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3534 type: 'NEXT';
3535 };
3536 interface MachineContext {
3537 eventType: MachineEvent['type'];
3538 }
3539 const machine = createMachine({
3540 types: {} as { context: MachineContext; events: MachineEvent },
3541 initial: 'a',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected