Skip to main content

Class: AirspeedIndicatorConfig

A configuration object which defines airspeed indicator options.

Implements

Constructors

constructor

new AirspeedIndicatorConfig(element, factory): AirspeedIndicatorConfig

Creates a new AirspeedIndicatorConfig from a configuration document element.

Parameters

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

Returns

AirspeedIndicatorConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/AirspeedIndicatorConfig.ts:52

Properties

colorRangeDefinitions

Readonly colorRangeDefinitions: readonly AirspeedIndicatorColorRange[]

Color range definitions for the airspeed tape.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/AirspeedIndicatorConfig.ts:42


dataProviderOptions

Readonly dataProviderOptions: Readonly<AirspeedIndicatorDataProviderOptions>

Options for the airspeed indicator data provider.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/AirspeedIndicatorConfig.ts:36


tapeScaleOptions

Readonly tapeScaleOptions: Readonly<G3XAirspeedTapeScaleOptions>

Options for the airspeed tape scale.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/AirspeedIndicatorConfig.ts:39


vSpeedBugConfigs

Readonly vSpeedBugConfigs: readonly VSpeedBugConfig[]

Reference V-speed bug config options for the airspeed indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/AirspeedIndicatorConfig.ts:45