Skip to main content

Type Alias: AirspeedIndicatorBottomDisplayOptions

AirspeedIndicatorBottomDisplayOptions = object

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:55

Options for an airspeed indicator's bottom display box.

Properties

machThreshold?

optional machThreshold: number | Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:60

The minimum mach number required to display the box, if it is in mach display mode. Defaults to 0.


mode

mode: AirspeedIndicatorBottomDisplayMode

Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:57

The display mode.