Interface: AirspeedIndicatorProps
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:91
Component props for AirspeedIndicator.
Extends
ComponentProps
Properties
airspeedAlertOptions
airspeedAlertOptions:
Readonly<AirspeedAlertOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:111
Options for airspeed alerts.
approachCueBugOptions?
optionalapproachCueBugOptions:Readonly<AirspeedApproachCueBugOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:120
Options for the approach cue bug. If not defined, then the approach cue bug will not be displayed.
bottomDisplayOptions
bottomDisplayOptions:
Readonly<AirspeedIndicatorBottomDisplayOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:114
Options for the bottom display box.
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optionalclass:string|ToggleableClassNameRecord|SubscribableSet<string>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:123
CSS class(es) to apply to the indicator's root element.
colorRanges
colorRanges:
Iterable<AirspeedIndicatorColorRange>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:105
Definitions for color ranges to include on the airspeed tape.
dataProvider
dataProvider:
AirspeedIndicatorDataProvider
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:93
A data provider for the indicator.
declutter
declutter:
Subscribable<boolean>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:99
Whether the indicator should be decluttered.
ref?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
tapeScaleOptions
tapeScaleOptions:
Readonly<AirspeedTapeScaleOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:102
Scale options for the airspeed tape.
trendVectorOptions
trendVectorOptions:
Readonly<AirspeedTrendVectorOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:108
Options for the trend vector.
vSpeedAnnunciationDataProvider?
optionalvSpeedAnnunciationDataProvider:VSpeedAnnunciationDataProvider
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:96
A provider of V-speed annunciation data. If not defined, the indicator will not display V-speed annunciations.
vSpeedBugOptions
vSpeedBugOptions:
Readonly<VSpeedBugOptions>
Defined in: src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:117
Options for reference V-speed bugs.