Type Alias: VSpeedBugDefinition
VSpeedBugDefinition =
object
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:14
A definition for an airspeed indicator reference V-speed bug.
Properties
label
readonly
label:string
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:19
The bug's label text.
labelColor?
readonly
optional
labelColor:VSpeedBugColor
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:22
The color of the bug's label text. Defaults to VSpeedBugColor.Cyan
.
labelColorIgnoreFms?
readonly
optional
labelColorIgnoreFms:boolean
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:29
Whether the bug's displayed label color should ignore whether the bug's reference V-speed has been set by FMS. If
true
, then the bug's label text will not change color when the bug's reference V-speed has been set by FMS.
Defaults to false
.
name
readonly
name:string
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:16
The name of the bug's reference V-speed.
showLegend
readonly
showLegend:boolean
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:35
Whether to show a legend for the bug at the bottom of the airspeed tape.
showOffscale
readonly
showOffscale:boolean
Defined in: src/garminsdk/components/nextgenpfd/airspeed/VSpeedBugDefinition.ts:32
Whether to show an off-scale label for the bug when the airspeed is off-scale.