Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SliderViewModelProperties

Hierarchy

Index

Properties

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 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...

Generated using TypeDoc