Search
Graph.removeEdge Method
See Also
 






Removes an edge from the graph.

Namespace: MindFusion.Graphs
File: Graph.js

 Syntax

JavaScript  Copy Code

function removeEdge (edge)

 Parameters

edge

Edge. The edge to remove.

 See Also