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