Properties

NameTypeDefault
disabled boolean false
groupLabelsFormatFunction (value: RangeSelectorGroupLabelsFormatFunction['value'], date: RangeSelectorGroupLabelsFormatFunction['date']) => string null
height string | number 100
labelsFormat RangeSelectorLabelsFormat null
labelsFormatFunction (value: RangeSelectorLabelsFormatFunction['value']) => string null
labelsOnTicks boolean true
markersFormat RangeSelectorLabelsFormat null
markersFormatFunction (value: RangeSelectorMarkersFormatFunction['value'], position: RangeSelectorMarkersFormatFunction['position']) => string null
majorTicksInterval any 10
minorTicksInterval any 5
max any 100
min any 0
moveOnClick boolean true
padding number | string "auto"
range RangeSelectorRange { from: 0, to: Infinity, min: 0, max: Infinity }
resizable boolean true
rtl boolean false
showGroupLabels boolean false
showMinorTicks boolean false
snapToTicks boolean true
showMajorLabels boolean false
showMarkers boolean true
theme string ""
width string | number 400

Events

change Event

Methods

NameArgumentsReturn Type
destroy None
getRange None
render None
refresh None
setRange from, to