ToggleControlLikeProps
Defined in: inspector-runtime-types.ts:37
Describe the minimum props supported by a boolean inspector control.
Properties
Section titled “Properties”checked?
Section titled “checked?”
optionalchecked?:boolean
Defined in: inspector-runtime-types.ts:38
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:39
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:40
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: inspector-runtime-types.ts:41
Parameters
Section titled “Parameters”boolean
Returns
Section titled “Returns”void