Skip to content

ToggleControlLikeProps

Defined in: inspector-runtime-types.ts:37

Describe the minimum props supported by a boolean inspector control.

optional checked?: boolean

Defined in: inspector-runtime-types.ts:38


optional help?: ReactNode

Defined in: inspector-runtime-types.ts:39


optional label?: ReactNode

Defined in: inspector-runtime-types.ts:40


optional onChange?: (value) => void

Defined in: inspector-runtime-types.ts:41

boolean

void