Skip to main content

Interface: BaseChartProcedureIdentifier

Defined in: src/sdk/charts/ChartTypes.ts:39

A base chart procedure identifier.

Extended by

Properties

enrouteTransition

readonly enrouteTransition: null | string

Defined in: src/sdk/charts/ChartTypes.ts:44

The enroute transition (or approach transition) identifier, if applicable.


runways

readonly runways: readonly Readonly<RunwayIdentifier>[]

Defined in: src/sdk/charts/ChartTypes.ts:47

The runways to which the procedure applies.


type

readonly type: ChartProcedureType

Defined in: src/sdk/charts/ChartTypes.ts:41

The type of procedure.