TicksDataModel
Interface representing properties for the slider tick marks.
Properties
format String
Specifies the internationalization format string to customize the tick values.
Default: ''
largeStep Number
Specifies the large step value, this is the distance between major tick marks.
Default: 10
placement TickPlacement
Specifies the placement of the tick marks on the slider.
Default: None
showSmallTicks Boolean
Specifies whether to show the small tick marks or not.
Default: false
smallStep Number
Specifies the small step value, this is the distance between minor tick marks.
Default: 1