Skip to content

RangeControlLikeProps

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

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

optional help?: ReactNode

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


optional label?: ReactNode

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


optional max?: number

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


optional min?: number

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


optional onChange?: (value?) => void

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

number

void


optional step?: number

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


optional value?: number

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