value
Optional. The value the thumb will be set at on initialization of the slider
value?: number[] | number | string;
Example
const slider = new dhx.Slider("slider_container", {
value:20
});
Optional. The value the thumb will be set at on initialization of the slider
Example
const slider = new dhx.Slider("slider_container", {
value:20
});