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
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
factory | ConfigFactory | A configuration object factory to use to create child configuration objects. |
Returns
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