bootstack.events.RangeSliderEvent#

class bootstack.events.RangeSliderEvent(low_value=0.0, high_value=0.0, prev_low_value=0.0, prev_high_value=0.0)#

Bases: object

Fires while either handle of a range slider moves.

high_value: float#

The new upper-bound value.

low_value: float#

The new lower-bound value.

prev_high_value: float#

The upper-bound value before this move.

prev_low_value: float#

The lower-bound value before this move.