Class: blueprintjs.MinimalRangeSlider

blueprintjs.blueprintjs.MinimalRangeSlider(container, min, max, increment, displayIncrement, defaultMinValue, defaultMaxValue)

A skeleton to ease the creation of a minimal Blueprintjs range slider element.

Constructor

new blueprintjs.MinimalRangeSlider(container, min, max, increment, displayIncrement, defaultMinValue, defaultMaxValue)

Parameters:
Name Type Description
container Element

the parent element.

min number

the minimum value.

max number

the maximum value.

increment number

the internal increment.

displayIncrement number

the display increment.

defaultMinValue number

the minimum value selected when the component is rendered the first time.

defaultMaxValue number

the maximum value selected when the component is rendered the first time.

Source:

Extends

  • blueprintjs.Blueprintjs