Skip to main content

Class: MfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:7

A configuration object which defines options for the G3000 MFD.

Constructors

Constructor

new MfdConfig(xmlConfig, instrumentConfig): MfdConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:19

Creates an MfdConfig from an XML configuration document.

Parameters

ParameterTypeDescription
xmlConfigDocumentAn XML configuration document.
instrumentConfigundefined | ElementThe root element of the configuration document's section pertaining to the config's instrument.

Returns

MfdConfig

Properties

startupScreen?

readonly optional startupScreen: StartupScreenConfig

Defined in: workingtitle-instruments-g3000/html_ui/MFD/Config/MfdConfig.ts:11

A config which defines options for the MFD startup screen.