Skip to main content

Class: PfdLayoutConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:29

A configuration object which defines the layout of a PFD.

Implements

Constructors

Constructor

new PfdLayoutConfig(element): PfdLayoutConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:55

Creates a new PfdLayoutConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementundefined | ElementA configuration document element.

Returns

PfdLayoutConfig

Properties

bottomInfoCellAContent

readonly bottomInfoCellAContent: readonly [BottomInfoPanelCellAContent, BottomInfoPanelCellAContent]

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:49

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:31

Whether to include softkeys.


splitModeInstrumentSide

readonly splitModeInstrumentSide: "left" | "right" | "auto"

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:34

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:37

Whether the 'use-banners' flag is active.


useNavDmeInfoBanner

readonly useNavDmeInfoBanner: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Config/PfdLayoutConfig.ts:43

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:40

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:46

Whether to render the wind display in a banner instead of in the bottom panel.