Skip to content

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.

C extends ControlSchema