Class: AltimeterConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/AltimeterConfig.ts:8
A configuration object which defines altimeter options.
Implements
Constructors
Constructor
new AltimeterConfig(
element
,factory
):AltimeterConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/AltimeterConfig.ts:33
Creates a new AltimeterConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
factory | ConfigFactory | A configuration object factory to use to create child configuration objects. |
Returns
AltimeterConfig
Properties
dataProviderOptions
readonly
dataProviderOptions:Readonly
<DefaultAltimeterDataProviderOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/AltimeterConfig.ts:22
Options for the altimeter data provider.
tapeScaleOptions
readonly
tapeScaleOptions:Readonly
<AltimeterTapeScaleOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Altimeter/AltimeterConfig.ts:25
Options for the altimeter tape scale.