Skip to content
Version: xstate@5.0.0

TypegenMeta.missingImplementations property​

Allows you to specify all the missing implementations of the machine

Signature:

missingImplementations: {
actions: string;
actors: string;
delays: string;
guards: string;
};