Skip to main content

Interface: Procedure

Common interface for procedures.

Properties

commonLegs

Readonly commonLegs: readonly Readonly<FlightPlanLeg>[]

The legs of the procedure that are common to all selected transitions and runways.

Defined in

src/sdk/navigation/Facilities.ts:349


enRouteTransitions

Readonly enRouteTransitions: readonly EnrouteTransition[]

The transition from the departure to the enroute segment.

Defined in

src/sdk/navigation/Facilities.ts:352


name

Readonly name: string

The name of the departure.

Defined in

src/sdk/navigation/Facilities.ts:346


runwayTransitions

Readonly runwayTransitions: readonly RunwayTransition[]

The transition from the selected runway to the common procedure legs.

Defined in

src/sdk/navigation/Facilities.ts:355