Skip to main content

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

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

Returns

AltimeterConfig

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