TextControlLikeProps
Defined in: inspector-runtime-types.ts:77
Describe the minimum props supported by a single-line text inspector control.
Properties
Section titled “Properties”
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:78
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:79
optionalmax?:number
Defined in: inspector-runtime-types.ts:80
optionalmin?:number
Defined in: inspector-runtime-types.ts:81
onBlur?
Section titled “onBlur?”
optionalonBlur?: () =>void
Defined in: inspector-runtime-types.ts:82
Returns
Section titled “Returns”void
onChange?
Section titled “onChange?”
optionalonChange?: (value) =>void
Defined in: inspector-runtime-types.ts:83
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
optionalstep?:number
Defined in: inspector-runtime-types.ts:84
optionaltype?:string
Defined in: inspector-runtime-types.ts:85
value?
Section titled “value?”
optionalvalue?:string
Defined in: inspector-runtime-types.ts:86