ToggleControlLikeProps
Defined in: inspector-runtime-types.ts:40
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:41
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:42
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:43
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: inspector-runtime-types.ts:44
Parameters
Section titled “Parameters”boolean
Returns
Section titled “Returns”void