interface GraphData {
    edges: GraphEdge[];
    nodes: GraphNode[];
}

Properties

Properties

edges: GraphEdge[]
nodes: GraphNode[]