SelectControlLikeProps
Defined in: inspector-runtime-types.ts:52
Describe the minimum props supported by a select-style inspector control.
Properties
Section titled “Properties”
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:53
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:54
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: inspector-runtime-types.ts:55
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
options?
Section titled “options?”
optionaloptions?: readonlyInspectorSelectOption[]
Defined in: inspector-runtime-types.ts:56
value?
Section titled “value?”
optionalvalue?:string
Defined in: inspector-runtime-types.ts:57