Loom Engine - v3.1.1
    Preparing search index...

    Interface GraphSnapshot<T>

    interface GraphSnapshot<T = Record<string, unknown>> {
        nodes: NodePosition<T>[];
        edges: GraphRenderedEdge[];
        energy: number;
        isStable: boolean;
    }

    Type Parameters

    • T = Record<string, unknown>
    Index

    Properties

    nodes: NodePosition<T>[]
    energy: number
    isStable: boolean