@pond-ts/process API Reference
    Preparing search index...

    Interface GraphJson

    Structural dump of a graph. See Graph.toJSON.

    interface GraphJson {
        edges: readonly GraphEdgeJson[];
        nodes: readonly GraphNodeJson[];
    }
    Index

    Properties

    Properties

    edges: readonly GraphEdgeJson[]
    nodes: readonly GraphNodeJson[]