@squawk
    Preparing search index...

    Interface StarRouteElement

    A Standard Terminal Arrival Route (STAR) in the route.

    interface StarRouteElement {
        legs: ProcedureLeg[];
        procedure: Procedure;
        raw: string;
        type: "star";
    }
    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: "star"

    Discriminant for STAR elements.