bootstack.events.RangeSliderCommitEvent# class bootstack.events.RangeSliderCommitEvent(low_value=0.0, high_value=0.0)# Bases: object Fires when a range slider’s values are committed. high_value: float# The committed upper-bound value. low_value: float# The committed lower-bound value.