Interface: AoAIndicatorProps
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:12
Component props for AoaIndicator.
Extends
ComponentProps
Properties
advanced
advanced:
boolean
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:14
Whether to display the advanced version of the indicator.
cautionThreshold?
optional
cautionThreshold:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:44
The normalized angle of attack threshold for the caution range, or undefined
if there is no caution range.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
dataProvider
dataProvider:
AoaDataProvider
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:17
A data provider for the indicator.
declutter
declutter:
Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:47
Whether to declutter the indicator.
donutCueNormAoa?
optional
donutCueNormAoa:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:26
The normalized angle of attack value at which the donut cue is positioned, or NaN
if the cue should not be
displayed. Defaults to NaN
.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
referenceTickNormAoa?
optional
referenceTickNormAoa:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:32
The normalized angle of attack value at which the reference tick is positioned for the simple version of the
indicator. If not defined, then the reference tick will not be displayed. Ignored if advanced
is true
.
showDigitalReadout?
optional
showDigitalReadout:boolean
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:20
Whether to show the digital readout of normalized angle of attack. Defaults to false
.
showMinorTicks?
optional
showMinorTicks:boolean
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:38
Whether to show the minor ticks for the advanced version of the indicator. Ignored if advanced
is false
.
Defaults to false
.
warningThreshold?
optional
warningThreshold:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/aoa/AoaIndicator.tsx:41
The normalized angle of attack threshold for the warning range, or undefined
if there is no warning range.