Skip to main content

Class: AirspeedIndicatorConfig

A configuration object which defines airspeed indicator options.

Implements

  • Config

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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:41

Properties

bottomDisplayOptions

Readonly bottomDisplayOptions: Readonly<Partial<AirspeedIndicatorBottomDisplayOptions>>

Options for the bottom display box.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:31


colorRangeDefinitions

Optional Readonly colorRangeDefinitions: readonly AirspeedIndicatorColorRange[]

Color range definitions for the airspeed tape.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:28


dataProviderOptions

Readonly dataProviderOptions: Readonly<Partial<AirspeedIndicatorDataProviderOptions>>

Options for the airspeed indicator data provider.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:22


tapeScaleOptions

Readonly tapeScaleOptions: Readonly<Partial<AirspeedTapeScaleOptions>>

Options for the airspeed tape scale.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:25


vSpeedBugConfigs

Optional Readonly vSpeedBugConfigs: readonly VSpeedBugConfig[]

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

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:34