Skip to main content

Class: VSpeedBugConfig

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

Implements

Constructors

constructor

new VSpeedBugConfig(element): VSpeedBugConfig

Creates a new VSpeedBugConfig from a configuration document element.

Parameters

NameTypeDescription
elementElementA configuration document element.

Returns

VSpeedBugConfig

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

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

Returns

VSpeedBugConfig

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
NameType
vSpeedDefsIterable<VSpeedDefinition>
Returns

undefined | VSpeedBugDefinition

Implementation of

ResolvableConfig.resolve

Defined in

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