Interface: AttitudeAircraftSymbolProps
Component props for AttitudeAircraftSymbol.
Hierarchy
HorizonLayerProps
↳
AttitudeAircraftSymbolProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
HorizonLayerProps.children
Defined in
src/sdk/components/FSComponent.ts:122
color
• color: AttitudeAircraftSymbolColor
The color of the aircraft symbol.
Defined in
src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:30
format
• format: AttitudeAircraftSymbolFormat
| Subscribable
<AttitudeAircraftSymbolFormat
>
The symbol format to display.
Defined in
src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:27
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 aircraft symbol.
Defined in
src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:24
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