getValue()
returns the current value of a Slider control
getValue(): number[];
Returns:
An array of numbers that represent the current value of the control.
Example
const value = form.getItem("slider").getValue();
// -> [1,20]
returns the current value of a Slider control
An array of numbers that represent the current value of the control.
Example
const value = form.getItem("slider").getValue();
// -> [1,20]