Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SmartMappingPrimaryHandleSliderViewModelProperties

Hierarchy

Index

Properties

Optional handlesSyncedToPrimary

handlesSyncedToPrimary: boolean

Only applicable when three thumbs (i.e.

Read more...

Optional inputFormatFunction

inputFormatFunction: SliderLabelFormatter

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 labelFormatFunction

labelFormatFunction: SliderLabelFormatter

A function used to format labels.

Read more...

Optional max

max: number

The maximum possible data/thumb value of the slider.

Read more...

Optional min

min: number

The minimum possible data/thumb value of the slider.

Read more...

Optional precision

precision: number

Defines how slider values should be rounded.

Read more...

Optional primaryHandleEnabled

primaryHandleEnabled: boolean

When true, the slider will render a third handle between the two handles already provided by default.

Read more...

Optional thumbsConstrained

thumbsConstrained: boolean

When false, the user can freely move any slider thumb to any position along the track.

Read more...

Optional values

values: number[]

An array of numbers representing absolute thumb positions on the slider.

Read more...

Optional zoomOptions

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

Read more...

Optional zoomingEnabled

zoomingEnabled: boolean

Enables zooming on the slider.

Read more...

Generated using TypeDoc