Interface: G3XAttitudeAircraftSymbolProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:13
Component props for G3XAttitudeAircraftSymbol.
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/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:21
The color of the aircraft symbol.
format
format:
AttitudeAircraftSymbolFormat
|Subscribable
<AttitudeAircraftSymbolFormat
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:18
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/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:15
Whether to show the aircraft symbol.
singleCueBarSpan
singleCueBarSpan:
Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>> |Subscribable
<Readonly
<Omit
<Float64Array
,"set"
|"sort"
|"copyWithin"
>>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:28
The span of the single cue aircraft symbol horizontal bars, as [outerSpan, innerSpan]
in pixels. The outer and
inner spans are the horizontal distances from the center of the projection to the outer and inner edges of each
bar, respectively.
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