g3-toolkit API Reference
    Preparing search index...

    Interface ChangeDrivenLayoutResult

    interface ChangeDrivenLayoutResult {
        diagnostics: ChangeSetDiagnostic[];
        geometry: StructuralGeometry;
        input: StructuralGraphInput;
        mode: "local" | "global-sketch";
        rerouteEdges: string[];
    }
    Index

    Properties

    diagnostics: ChangeSetDiagnostic[]
    mode: "local" | "global-sketch"

    Which LAY-020 mode ran (the spec's reporting requirement).

    rerouteEdges: string[]

    Edges whose routes were invalidated (local mode: everything touching the region); the routing layer re-routes these.