Interface: G3XAttitudeAircraftSymbolProps
Component props for G3XAttitudeAircraftSymbol.
Hierarchy
HorizonLayerProps
↳
G3XAttitudeAircraftSymbolProps
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/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:21
format
• format: AttitudeAircraftSymbolFormat
| Subscribable
<AttitudeAircraftSymbolFormat
>
The symbol format to display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:18
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/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:15
singleCueBarSpan
• singleCueBarSpan: Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>> | Subscribable
<Readonly
<Omit
<Float64Array
, "set"
| "sort"
| "copyWithin"
>>>
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.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/AttitudeAircraftSymbol/G3XAttitudeAircraftSymbol.tsx:28
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