Skip to content

RangeControlLikeProps

Defined in: inspector-runtime-types.ts:62

Describe the minimum props supported by a numeric range inspector control.

optional help?: ReactNode

Defined in: inspector-runtime-types.ts:63


optional label?: ReactNode

Defined in: inspector-runtime-types.ts:64


optional max?: number

Defined in: inspector-runtime-types.ts:65


optional min?: number

Defined in: inspector-runtime-types.ts:66


optional onChange?: (value?) => void

Defined in: inspector-runtime-types.ts:67

number

void


optional step?: number

Defined in: inspector-runtime-types.ts:68


optional value?: number

Defined in: inspector-runtime-types.ts:69