TextareaControlLikeProps
Defined in: inspector-runtime-types.ts:97
Describe the minimum props supported by a multiline text inspector control.
Properties
Section titled “Properties”
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:98
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:99
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: inspector-runtime-types.ts:100
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
value?
Section titled “value?”
optionalvalue?:string
Defined in: inspector-runtime-types.ts:101