currentVisible

Specifies that the value currently selected on the Range Slider is numerically displayed at all times. Otherwise, the current value is only numerically displayed while the user is actively dragging the slider.

Type

Boolean

true: display currently selected value
false: hide currently selected value

Example

RangeSlider1.currentVisible = false;

Either syntax below can be used in component script:

currentVisible                  // unqualified
RangeSlider1.currentVisible     // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.