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
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:27
Properties
color
• Readonly
color: AirspeedIndicatorColorRangeColor
The color of this config's color range.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:14
isResolvableConfig
• Readonly
isResolvableConfig: true
Implementation of
ResolvableConfig.isResolvableConfig
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:8
maximum
• Readonly
maximum: NumericConfig
The config which defines the maximum airspeed value of this config's color range.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:20
minimum
• Readonly
minimum: NumericConfig
The config which defines the minimum airspeed value of this config's color range.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:17
width
• Readonly
width: AirspeedIndicatorColorRangeWidth
The width of this config's color range.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:11
Methods
resolve
▸ resolve(): AirspeedIndicatorColorRange
Returns
AirspeedIndicatorColorRange
Inherit Doc
Implementation of
ResolvableConfig.resolve
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/Airspeed/ColorRangeConfig.ts:92