RangeBarTrackProperties

Visual properties of the Range Bar track (the line representing the [Min, Max] interval).

TypeScript
export interface

Properties

PropertyTypeDescriptionDefault
ColorstringTrack colour.'var(--ab-color-foreground, #999)' at low alpha
HeightnumberTrack 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