Search
Graph.addEdge Method
See Also
 






Adds an existing edge to the graph.

Namespace: MindFusion.Graphs
File: Graph.js

 Syntax

JavaScript  Copy Code

function addEdge (edge)

 Parameters

edge

Edge. The edge to add.

 See Also