helpMessage
Optional. Adds an icon with a question mark next to Slider
helpMessage?: string;
Example
const slider = new dhx.Slider("slider_container",{
helpMessage:"Some text"
});
The property is useful while using Slider in Form.
Change log:
added in v6.4