Graphora API
    Preparing search index...

    Interface ObstacleEdgeDiagnostic

    interface ObstacleEdgeDiagnostic {
        id: GraphId;
        key: string;
        status: "work-limit" | "routed" | "reused" | "no-path";
    }
    Index
    key: string
    status: "work-limit" | "routed" | "reused" | "no-path"