Graphora API
    Preparing search index...

    Interface GraphEngineLayoutCancelledEvent

    interface GraphEngineLayoutCancelledEvent {
        layoutName: string;
        reason: "superseded" | "destroyed";
        runId: number;
        snapshotVersion: number;
        type: "layout:cancelled";
    }

    Hierarchy

    • GraphEngineLayoutEventBase
      • GraphEngineLayoutCancelledEvent
    Index
    layoutName: string
    reason: "superseded" | "destroyed"
    runId: number
    snapshotVersion: number
    type: "layout:cancelled"