enum

Tryst::RangeSlider::Thumb

Inherits Enum < Comparable < Value < Object

Which of the two thumbs keyboard input and the focus ring currently belong to - see this class's own doc comment on why there's one real Tab stop rather than one per thumb.

Constants

Low = 0
High = 1

Instance methods

high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source