Documentation

step

step of slider

number step;

Example

//valid values 0,10,20,30,40,50
webix.ui({
     view:"slider",
     min:0, max:50,
     step:10 
     ...
})

See also

Details

1 by default

Back to top