@squawk
    Preparing search index...

    Interface ProcedureExpansionResult

    Result of expanding a procedure into an ordered leg sequence.

    interface ProcedureExpansionResult {
        legs: ProcedureLeg[];
        procedure: Procedure;
    }
    Index

    Properties

    Properties

    legs: ProcedureLeg[]

    Ordered legs for the expansion (common route + optional transition).

    procedure: Procedure

    The procedure that was expanded.