Class: AltimeterConfig
A configuration object which defines altimeter options.
Implements
Config
Constructors
constructor
• new AltimeterConfig(element
, factory
): AltimeterConfig
Creates a new AltimeterConfig 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/Altimeter/AltimeterConfig.ts:24
Properties
dataProviderOptions
• Readonly
dataProviderOptions: Readonly
<Partial
<AltimeterConfigDataProviderOptions
>>
Options for the altimeter data provider.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/AltimeterConfig.ts:14
tapeScaleOptions
• Readonly
tapeScaleOptions: Readonly
<Partial
<AltimeterTapeScaleOptions
>>
Options for the altimeter tape scale.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Altimeter/AltimeterConfig.ts:17