FlattenedFactoryTransitions
FlattenedFactoryTransitions<
F,T,Delim> = { [K in string]?: Record<string, FlattenFactoryStateKeys<F> | ((args: any[]) => any)> }
Defined in: definition-types.ts:82
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
F extends StateMatchboxFactory<any> | - |
T extends FactoryMachineTransitions<F> | - |
Delim extends string | "." |