Class: VSpeedBugConfig
A configuration object which defines an airspeed reference V-speed bug.
Implements
ResolvableConfig
<(vSpeedDefs
:Iterable
<VSpeedDefinition
>) =>VSpeedBugDefinition
|undefined
>
Constructors
constructor
• new VSpeedBugConfig(element
): VSpeedBugConfig
Creates a new VSpeedBugConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:22
• new VSpeedBugConfig(name
, label
): VSpeedBugConfig
Creates a new VSpeedBugConfig using a specified V-speed name and bug label.
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the V-speed. |
label | string | The label of the V-speed bug. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:28
Properties
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/VSpeedBugConfig.ts:10
label
• Readonly
label: string
The label of this config's speed bug.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:16
name
• Readonly
name: string
The name of the reference V-speed associated with this config's speed bug.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:13
Methods
resolve
▸ resolve(): (vSpeedDefs
: Iterable
<VSpeedDefinition
>) => undefined
| VSpeedBugDefinition
Resolves this config to a value.
Returns
fn
This config's resolved value.
▸ (vSpeedDefs
): undefined
| VSpeedBugDefinition
Parameters
Name | Type |
---|---|
vSpeedDefs | Iterable <VSpeedDefinition > |
Returns
undefined
| VSpeedBugDefinition
Implementation of
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:56