Class: VSpeedConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:7
A configuration object which defines a reference V-speed.
Implements
Constructors
Constructor
new VSpeedConfig(
element
):VSpeedConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:23
Creates a new VSpeedConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
VSpeedConfig
Properties
defaultValue
readonly
defaultValue:number
|VSpeedValueKey
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:14
The default value of this config's reference V-speed.
isResolvableConfig
readonly
isResolvableConfig:true
=true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:8
Flags this object as a ResolvableConfig.
Implementation of
ResolvableConfig
.isResolvableConfig
label
readonly
label:string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:17
The label text of this config's reference V-speed.
name
readonly
name:string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:11
The name of this config's reference V-speed.
Methods
resolve()
resolve():
VSpeedDefinition
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/VSpeed/VSpeedConfig.ts:52
Resolves this config to a value.
Returns
This config's resolved value.