mode
the direction of the Slider scale
mode?: "vertical" | "horizontal";
Default value: "horizontal"Example
const slider = new dhx.Slider("slider_container", {
mode:"vertical"
});
the direction of the Slider scale
Example
const slider = new dhx.Slider("slider_container", {
mode:"vertical"
});