Interface: FlightDirectorSingleCueProps
Component props for FlightDirectorSingleCue.
Hierarchy
HorizonLayerProps
↳
FlightDirectorSingleCueProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
HorizonLayerProps.children
Defined in
src/sdk/components/FSComponent.ts:122
conformalBankLimit
• conformalBankLimit: number
| Subscribable
<number
>
The maximum bank error at which the flight director's bank remains conformal, in degrees.
Defined in
src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:26
conformalBounds
• conformalBounds: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
The vertical bounds within which the flight director remains conformal, as [top, bottom]
in pixels relative
to the center of the projection.
Defined in
src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:23
fdBank
• fdBank: Subscribable
<number
>
The flight director commanded bank, in degrees. Positive values indicate rightward bank.
Defined in
src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:17
fdPitch
• fdPitch: Subscribable
<number
>
The flight director commanded pitch, in degrees. Positive values indicated upward pitch.
Defined in
src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:14
projection
• projection: HorizonProjection
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
Defined in
src/sdk/components/horizon/HorizonLayer.ts:10
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
HorizonLayerProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
Whether to show the flight director.
Defined in
src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:11
updateFreq
• Optional
updateFreq: Subscribable
<number
>
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.
Inherited from
HorizonLayerProps.updateFreq
Defined in
src/sdk/components/horizon/HorizonLayer.ts:17