Class: blueprintjs.MinimalSlider

blueprintjs.blueprintjs.MinimalSlider(container, min, max, increment, displayIncrement)

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

Constructor

new blueprintjs.MinimalSlider(container, min, max, increment, displayIncrement)

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.

Source:

Extends

  • blueprintjs.Blueprintjs