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
readonly
bottomInfoCellAContent: 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
readonly
includeSoftKeys:boolean
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:24
Whether to include softkeys.
splitModeInstrumentSide
readonly
splitModeInstrumentSide:"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
readonly
useBanners:boolean
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:30
Whether the 'use-banners' flag is active.
useNavDmeInfoBanner
readonly
useNavDmeInfoBanner: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
readonly
useNavStatusBanner: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
readonly
useWindBanner: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.