Skip to content

ToggleControlLikeProps

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

Describe the minimum props supported by a boolean inspector control.

optional checked?: boolean

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


optional help?: ReactNode

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


optional label?: ReactNode

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


optional onChange?: (value) => void

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

boolean

void