RangeControlLikeProps
Defined in: inspector-runtime-types.ts:65
Describe the minimum props supported by a numeric range inspector control.
Properties
Section titled “Properties”
optionalhelp?:ReactNode
Defined in: inspector-runtime-types.ts:66
label?
Section titled “label?”
optionallabel?:ReactNode
Defined in: inspector-runtime-types.ts:67
optionalmax?:number
Defined in: inspector-runtime-types.ts:68
optionalmin?:number
Defined in: inspector-runtime-types.ts:69
onChange?
Section titled “onChange?”
optionalonChange?: (value?) =>void
Defined in: inspector-runtime-types.ts:70
Parameters
Section titled “Parameters”value?
Section titled “value?”number
Returns
Section titled “Returns”void
optionalstep?:number
Defined in: inspector-runtime-types.ts:71
value?
Section titled “value?”
optionalvalue?:number
Defined in: inspector-runtime-types.ts:72