Graphora API
    Preparing search index...

    Interface GraphEngineRenderBeforeEvent

    interface GraphEngineRenderBeforeEvent {
        mode: GraphEngineRenderMode;
        reasons: readonly GraphEngineRenderReason[];
        snapshotVersion: number;
        type: "render:before";
    }

    Hierarchy

    • GraphEngineRenderEventBase
      • GraphEngineRenderBeforeEvent
    Index
    reasons: readonly GraphEngineRenderReason[]
    snapshotVersion: number
    type: "render:before"