Skip to main content

Interface: AttitudeAircraftSymbolProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:22

Component props for AttitudeAircraftSymbol.

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


color

color: AttitudeAircraftSymbolColor

Defined in: src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:30

The color of the aircraft symbol.


format

format: AttitudeAircraftSymbolFormat | Subscribable<AttitudeAircraftSymbolFormat>

Defined in: src/garminsdk/components/nextgenpfd/horizon/AttitudeAircraftSymbol.tsx:27

The symbol format to display.


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/AttitudeAircraftSymbol.tsx:24

Whether to show the aircraft symbol.


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