Interface: AirspeedIndicatorProps
Component props for AirspeedIndicator.
Hierarchy
ComponentProps
↳
AirspeedIndicatorProps
Properties
airspeedAlertOptions
• airspeedAlertOptions: Readonly
<AirspeedAlertOptions
>
Options for airspeed alerts.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:113
bottomDisplayOptions
• bottomDisplayOptions: Readonly
<AirspeedIndicatorBottomDisplayOptions
>
Options for the bottom display box.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:116
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| ToggleableClassNameRecord
| SubscribableSet
<string
>
CSS class(es) to apply to the indicator's root element.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:122
colorRanges
• colorRanges: Iterable
<AirspeedIndicatorColorRange
>
Definitions for color ranges to include on the airspeed tape.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:107
dataProvider
• dataProvider: AirspeedIndicatorDataProvider
A data provider for the indicator.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:95
declutter
• declutter: Subscribable
<boolean
>
Whether the indicator should be decluttered.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:101
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
tapeScaleOptions
• tapeScaleOptions: Readonly
<AirspeedTapeScaleOptions
>
Scale options for the airspeed tape.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:104
trendVectorOptions
• trendVectorOptions: Readonly
<AirspeedTrendVectorOptions
>
Options for the trend vector.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:110
vSpeedAnnunciationDataProvider
• Optional
vSpeedAnnunciationDataProvider: VSpeedAnnunciationDataProvider
A provider of V-speed annunciation data. If not defined, the indicator will not display V-speed annunciations.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:98
vSpeedBugOptions
• vSpeedBugOptions: Readonly
<VSpeedBugOptions
>
Options for reference V-speed bugs.
Defined in
src/garminsdk/components/nextgenpfd/airspeed/AirspeedIndicator.tsx:119