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