Skip to main content

Type Alias: ApproachNameParts

ApproachNameParts = object

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1663

A type representing the three parts of an approach name.

Properties

flags?

optional flags: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1673

Additonal flags (eg, RNAV type)


runway?

optional runway: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1671

The runway identifier.


subtype?

optional subtype: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1667

The approach subtype (eg, GPS)


suffix?

optional suffix: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1669

The approach suffix


type

type: string

Defined in: src/garminsdk/flightplan/FmsUtils.ts:1665

The approach type.