Skip to main content

Type Alias: AirspeedIndicatorColorRange

AirspeedIndicatorColorRange = object

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:25

An airspeed indicator color range.

Properties

color

readonly color: AirspeedIndicatorColorRangeColor

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:30

The color of this color range.


maximum

readonly maximum: AirspeedDefinitionFactory

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:36

A factory which generates the maximum speed of this color range, in knots.


minimum

readonly minimum: AirspeedDefinitionFactory

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:33

A factory which generates the minimum speed of this color range, in knots.


width

readonly width: AirspeedIndicatorColorRangeWidth

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicatorColorRange.ts:27

The width of this color range.