Class: ColorRangeConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:10
A configuration object which defines an airspeed tape color range.
Implements
ResolvableConfig
<AirspeedIndicatorColorRange
>
Constructors
Constructor
new ColorRangeConfig(
element
,factory
):ColorRangeConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:30
Creates a new ColorRangeConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
factory | ConfigFactory | A configuration object factory to use to create child configuration objects. |
Returns
ColorRangeConfig
Properties
color
readonly
color:AirspeedIndicatorColorRangeColor
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:17
The color of this config's color range.
isResolvableConfig
readonly
isResolvableConfig:true
=true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:11
Flags this object as a ResolvableConfig.
Implementation of
ResolvableConfig
.isResolvableConfig
maximum
readonly
maximum:NumericConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:23
The config which defines the maximum airspeed value of this config's color range.
minimum
readonly
minimum:NumericConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:20
The config which defines the minimum airspeed value of this config's color range.
width
readonly
width:AirspeedIndicatorColorRangeWidth
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:14
The width of this config's color range.
Methods
resolve()
resolve():
AirspeedIndicatorColorRange
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/ColorRangeConfig.ts:95
Resolves this config to a value.
Returns
AirspeedIndicatorColorRange
This config's resolved value.