disabled |
boolean |
<optional>
|
false |
should the setting be disabled
|
fillStyles |
object |
<optional>
|
|
object of css styles to add to active slider
|
defaultValue |
number |
<optional>
|
|
value highlighted as default
|
keyboardStep |
number |
<optional>
|
|
step moved when using arrow keys
|
markers |
Array.<number> |
<optional>
|
|
array of vertical markers to show on the slider
|
stickToMarkers |
boolean |
<optional>
|
|
should the slider be forced to use markers
|
equidistant |
boolean |
<optional>
|
|
should the markers be scaled to be equidistant
|
onMarkerRender |
module:Settings~SliderMarkerValue |
<optional>
|
|
function to call to render the value in the marker
|
renderMarker |
module:Settings~SliderMarkerValue |
<optional>
|
|
alias of onMarkerRender
|
onValueRender |
module:Settings~SliderRenderValue |
<optional>
|
|
function to call to render the value in the tooltip
|
renderValue |
module:Settings~SliderRenderValue |
<optional>
|
|
alias of onValueRender
|
units |
string |
<optional>
|
|
can be used in place of onValueRender will use this string and render Math.round(value) + units
|