@squawk
    Preparing search index...

    Interface SidRouteElement

    A Standard Instrument Departure (SID) in the route.

    interface SidRouteElement {
        legs: ProcedureLeg[];
        procedure: Procedure;
        raw: string;
        type: "sid";
    }
    Index

    Properties

    Properties

    legs: ProcedureLeg[]

    Ordered legs for the procedure expansion.

    procedure: Procedure

    Resolved procedure record.

    raw: string

    Raw token from the route string.

    type: "sid"

    Discriminant for SID elements.