Search
Loading...
Skip to content

Interface: SliderOptions

Represents options for a slider.

The SliderOptions interface provides a set of properties that control the behavior and appearance of a slider. These options include settings for the input label, input label position, value, value setter, disabled state, minimum value, maximum value, step value, centered state, and suffix.

Extends#

Properties#

PropertyTypeInherited from
inputLabel?stringstring[]
inputLabelPosition?"top""left"
valuenumberInputOptions.value
setValue(value) => voidInputOptions.setValue
isDisabled?booleanInputOptions.isDisabled
suffix?Partial<Omit<ButtonOptions, "label""inputLabel"
minnumber-
maxnumber-
step?number-
centered?boolean-