Class: AirspeedIndicatorConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:14
A configuration object which defines airspeed indicator options.
Implements
Constructors
Constructor
new AirspeedIndicatorConfig(
element
,factory
):AirspeedIndicatorConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:63
Creates a new AirspeedIndicatorConfig 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
AirspeedIndicatorConfig
Properties
bottomDisplayOptions
readonly
bottomDisplayOptions:Readonly
<AirspeedIndicatorBottomDisplayOptions
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:53
Options for the bottom display box.
colorRangeDefinitions
readonly
colorRangeDefinitions: readonlyAirspeedIndicatorColorRange
[]
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:50
Color range definitions for the airspeed tape.
dataProviderOptions
readonly
dataProviderOptions:Readonly
<AirspeedIndicatorDataProviderOptions
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:44
Options for the airspeed indicator data provider.
tapeScaleOptions
readonly
tapeScaleOptions:Readonly
<AirspeedTapeScaleOptions
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:47
Options for the airspeed tape scale.
vSpeedBugConfigs
readonly
vSpeedBugConfigs: readonlyVSpeedBugConfig
[]
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/AirspeedIndicatorConfig.ts:56
Reference V-speed bug config options for the airspeed indicator.