value
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
});
the value the thumb will be set at on initialization of the slider
Example
const slider = new dhx.Slider("slider_container", {
value:20
});