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