Graphora API
    Preparing search index...

    Interface GraphEngineViewErrorEvent

    interface GraphEngineViewErrorEvent {
        attemptedSourceVersion: number;
        error: unknown;
        lastCommittedSourceVersion: number;
        reason: GraphViewRefreshReason;
        type: "view:error";
    }
    Index
    attemptedSourceVersion: number
    error: unknown
    lastCommittedSourceVersion: number
    type: "view:error"