Class: HorizonConfig
A configuration object which defines PFD horizon display options.
Implements
Constructors
constructor
• new HorizonConfig(element
): HorizonConfig
Creates a new HorizonConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/HorizonConfig.ts:25
Properties
includeUnusualAttitudeChevrons
• Readonly
includeUnusualAttitudeChevrons: boolean
Whether to include the display of unusual attitude warning chevrons on the pitch ladder.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/HorizonConfig.ts:19
rollPointerStyle
• Readonly
rollPointerStyle: "ground"
| "sky"
Whether to render the roll indicator with a ground pointer or a sky pointer.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/HorizonConfig.ts:16
showRollArc
• Readonly
showRollArc: boolean
Whether to show the roll indicator arc.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/HorizonConfig.ts:13
symbolColor
• Readonly
symbolColor: AttitudeAircraftSymbolColor
The color of the symbolic aircraft.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/HorizonConfig.ts:10