Type Alias: ApproachNameParts
ApproachNameParts =
object
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1349
A type representing the three parts of an approach name.
Properties
flags?
optional
flags:string
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1357
Additonal flags (eg, RNAV type)
runway?
optional
runway:string
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1355
The runway identifier.
suffix?
optional
suffix:string
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1353
The approach suffix
transition?
optional
transition:string
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1359
The approach transition name.
type
type:
string
Defined in: workingtitle-instruments-wt21/shared/Systems/FMS/WT21FmsUtils.ts:1351
The approach type.