RangeBarTrackProperties
Visual properties of the Range Bar track (the line representing the [Min, Max] interval).
TypeScript
export interfaceProperties
| Property | Type | Description | Default |
|---|---|---|---|
| Color | string | Track colour. | 'var(--ab-color-foreground, #999)' at low alpha |
| Height | number | Track thickness in px (the short axis — height in horizontal, width in vertical). | 4 |
Property Details
Color
Track colour.
TypeScript
Color?: string;Default Value
'var(--ab-color-foreground, #999)' at low alpha
Property Value
string
Height
Track thickness in px (the short axis — height in horizontal, width in vertical).
TypeScript
Height?: number;Default Value
4
Property Value
number