RangeSlider

Slider component with two handles, one for the lower bound, one for the upper bound

Methods

on_change ( value : any ) : void
Event handler for change events

Parameters
  • value  : any
    Value of dropdown selection.
Returns void

void

Properties

value : void
Value of component

default_value : void
Default value of component

options : void
Default options of component.
min: 0
max: 100
step: 1