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