Skip to main content

Class: NavStatusBoxConfig

A configuration object which defines navigation status box options.

Implements

  • Config

Constructors

constructor

new NavStatusBoxConfig(element, factory): NavStatusBoxConfig

Creates a new NavStatusBoxConfig from a configuration document element.

Parameters

NameTypeDescription
elementundefined | ElementA configuration document element.
factoryConfigFactoryA configuration object factory to use to create child configuration objects.

Returns

NavStatusBoxConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBoxConfig.ts:19

Properties

field1

Readonly field1: NavStatusBoxFieldType

The type of the first data field.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBoxConfig.ts:9


field2

Readonly field2: NavStatusBoxFieldType

The type of the second data field.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBoxConfig.ts:12