Class: PfdLayoutConfig
A configuration object which defines the layout of a PFD.
Implements
Config
Constructors
constructor
• new PfdLayoutConfig(element
): PfdLayoutConfig
Creates a new PfdLayoutConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:48
Properties
bottomInfoCellAContent
• Readonly
bottomInfoCellAContent: readonly [BottomInfoPanelCellAContent
, BottomInfoPanelCellAContent
]
The content of the bottom panel's cell A, as [left, right]
.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:42
includeSoftKeys
• Readonly
includeSoftKeys: boolean
Whether to include softkeys.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:24
splitModeInstrumentSide
• Readonly
splitModeInstrumentSide: "left"
| "right"
| "auto"
The side on which to place the PFD's instrument pane in split mode.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:27
useBanners
• Readonly
useBanners: boolean
Whether the 'use-banners' flag is active.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:30
useNavDmeInfoBanner
• Readonly
useNavDmeInfoBanner: boolean
Whether to render the NAV/DME information display in a banner instead of in the bottom panel.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:36
useNavStatusBanner
• Readonly
useNavStatusBanner: boolean
Whether to render the navigation status box in a banner instead of in the bottom panel.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:33
useWindBanner
• Readonly
useWindBanner: boolean
Whether to render the wind display in a banner instead of in the bottom panel.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Config/PfdLayoutConfig.ts:39