Search.../

step

Sets or gets the slider's step value.

Type:

numberRead & Write

Was this helpful?

Get a slider's step value

Copy Code
1let sliderStep = $w("#mySlider").step; // 5
Set a slider's step value

Copy Code
1$w("#mySlider").step = 5;