ControlValues
ControlValues<
C> ={ [P in keyof C]: C[P] extends SelectControl<infer O> ? O : C[P] extends BooleanControl ? boolean : number }
Defined in: tools/lab/src/grammar/controls.ts:37
The second argument of setup, scene and onMounted.
Type Parameters
Section titled “Type Parameters”C extends ControlSchema