Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SmartMappingSliderBaseProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional histogramConfig

histogramConfig: HistogramConfig

The Histogram associated with the data represented on the slider.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional inputFormatFunction

A function used to format user inputs.

Read more...

Optional inputParseFunction

inputParseFunction: InputParser

Function used to parse slider inputs formatted by the inputFormatFunction.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional labelFormatFunction

A modified version of Slider.labelFormatFunction, which is a custom function used to format labels on the thumbs, min, max, and average values.

Read more...

Optional max

max: number

The maximum value or upper bound of the slider.

Read more...

Optional min

min: number

The minimum value or lower bound of the slider.

Read more...

Optional precision

precision: number

Defines how slider thumb values should be rounded.

Read more...

Optional syncedSegmentsEnabled

syncedSegmentsEnabled: boolean

When true, all segments will sync together in updating thumb values when the user drags any segment.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

The visible elements that are displayed within the widget.

Read more...

Optional zoomOptions

Zooms the slider track to the bounds provided in this property.

Read more...

Generated using TypeDoc