Graphora API
    Preparing search index...

    Interface ObstacleRoutingDiagnostics

    interface ObstacleRoutingDiagnostics {
        edges: readonly ObstacleEdgeDiagnostic[];
        segmentChecks: number;
        visited: number;
    }
    Index
    edges: readonly ObstacleEdgeDiagnostic[]
    segmentChecks: number
    visited: number