Skip to main content

Class: VSpeedBugConfig

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:9

A configuration object which defines an airspeed reference V-speed bug.

Implements

Constructors

Constructor

new VSpeedBugConfig(element): VSpeedBugConfig

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:22

Creates a new VSpeedBugConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementElementA configuration document element.

Returns

VSpeedBugConfig

Constructor

new VSpeedBugConfig(name, label): VSpeedBugConfig

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:28

Creates a new VSpeedBugConfig using a specified V-speed name and bug label.

Parameters

ParameterTypeDescription
namestringThe name of the V-speed.
labelstringThe label of the V-speed bug.

Returns

VSpeedBugConfig

Properties

isResolvableConfig

readonly isResolvableConfig: true = true

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:10

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/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:16

The label of this config's speed bug.


name

readonly name: string

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:13

The name of the reference V-speed associated with this config's speed bug.

Methods

resolve()

resolve(): (vSpeedDefs) => undefined | VSpeedBugDefinition

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Profiles/AirspeedIndicator/VSpeedBugConfig.ts:56

Resolves this config to a value.

Returns

This config's resolved value.

(vSpeedDefs): undefined | VSpeedBugDefinition

Parameters
ParameterType
vSpeedDefsIterable<VSpeedDefinition>
Returns

undefined | VSpeedBugDefinition

Implementation of

ResolvableConfig.resolve