@squawk
    Preparing search index...

    Interface ProcedureTransition

    A named transition on a procedure. For STARs, transitions are enroute entry paths that lead to the common route. For SIDs, transitions are enroute exit paths that depart from the common route.

    interface ProcedureTransition {
        name: string;
        waypoints: ProcedureWaypoint[];
    }
    Index

    Properties

    Properties

    name: string

    Transition name, typically the name of the entry/exit fix (e.g. "BBOTL", "HOPPP").

    waypoints: ProcedureWaypoint[]

    Ordered sequence of waypoints defining the transition path.