Class: AirspeedIndicatorConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:23
A configuration object which defines airspeed indicator options.
Implements
Config
Constructors
Constructor
new AirspeedIndicatorConfig(
element
,factory
):AirspeedIndicatorConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:77
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
approachCueBugOptions?
readonly
optional
approachCueBugOptions:Readonly
<AirspeedApproachCueBugOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:70
Options for the approach cue bug, or undefined
if the approach cue bug should not be displayed.
bottomDisplayOptions
readonly
bottomDisplayOptions:Readonly
<AirspeedIndicatorBottomDisplayOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:61
Options for the bottom display box.
colorRangeDefinitions?
readonly
optional
colorRangeDefinitions: readonlyAirspeedIndicatorColorRange
[]
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:58
Color range definitions for the airspeed tape.
dataProviderOptions
readonly
dataProviderOptions:Readonly
<AirspeedIndicatorDataProviderOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:52
Options for the airspeed indicator data provider.
tapeScaleOptions
readonly
tapeScaleOptions:Readonly
<AirspeedTapeScaleOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:55
Options for the airspeed tape scale.
vSpeedAnnuncOptions
readonly
vSpeedAnnuncOptions:Readonly
<AirspeedIndicatorVSpeedAnnuncOptions
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:67
Options for V-speed annunciations.
vSpeedBugConfigs?
readonly
optional
vSpeedBugConfigs: readonlyVSpeedBugConfig
[]
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/AirspeedIndicatorConfig.ts:64
Reference V-speed bug config options for the airspeed indicator.