Skip to main content

Class: VSpeedBugConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:8

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

Implements

  • ResolvableConfig<(vSpeedGroups) => VSpeedBugDefinition | undefined>

Constructors

Constructor

new VSpeedBugConfig(element): VSpeedBugConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:30

Creates a new VSpeedBugConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementElementA configuration document element.

Returns

VSpeedBugConfig

Properties

isResolvableConfig

readonly isResolvableConfig: true = true

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:9

Flags this object as a ResolvableConfig.

Implementation of

ResolvableConfig.isResolvableConfig


label

readonly label: string

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:15

The label of this config's speed bug.


labelColor

readonly labelColor: VSpeedBugColor

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:18

The label text color of this config's speed bug.


labelColorIgnoreFms

readonly labelColorIgnoreFms: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:24

Whether this config's speed bug's displayed label color should ignore whether its reference V-speed has been set by FMS.


name

readonly name: string

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:12

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

Methods

resolve()

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

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/Airspeed/VSpeedBugConfig.ts:79

Returns

(vSpeedGroups): undefined | VSpeedBugDefinition

Parameters
ParameterType
vSpeedGroupsReadonlyMap<VSpeedGroupType, VSpeedGroup>
Returns

undefined | VSpeedBugDefinition

Inherit Doc

Implementation of

ResolvableConfig.resolve