FlattenFactoryStateKeys
FlattenFactoryStateKeys<
F,Delim> =FextendsStateMatchboxFactory<infer C> ?HasMachineProperty<F[keyofC&string]> extendsfalse? keyofC&string:never|`${Extract<keyof C, string>}${Delim}${string}`:never
Defined in: definition-types.ts:44
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
F extends StateMatchboxFactory<any> | - |
Delim extends string | "." |