Interface: FlightDirectorSingleCueProps
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:9
Component props for FlightDirectorSingleCue.
Extends
HorizonLayerProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
HorizonLayerProps.children
conformalBankLimit
conformalBankLimit:
number
|Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:26
The maximum bank error at which the flight director's bank remains conformal, in degrees.
conformalBounds
conformalBounds:
Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>> |Subscribable
<Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:23
The vertical bounds within which the flight director remains conformal, as [top, bottom]
in pixels relative
to the center of the projection.
fdBank
fdBank:
Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:17
The flight director commanded bank, in degrees. Positive values indicate rightward bank.
fdPitch
fdPitch:
Subscribable
<number
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:14
The flight director commanded pitch, in degrees. Positive values indicated upward pitch.
projection
projection:
HorizonProjection
Defined in: src/sdk/components/horizon/HorizonLayer.ts:10
The layer's horizon projection.
Inherited from
HorizonLayerProps.projection
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
HorizonLayerProps.ref
show
show:
Subscribable
<boolean
>
Defined in: src/garminsdk/components/nextgenpfd/horizon/FlightDirectorSingleCue.tsx:11
Whether to show the flight director.
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: src/sdk/components/horizon/HorizonLayer.ts:17
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