MindFusion.Diagramming for JavaScript Programmer's Guide
Graph.clone Method
See Also
 





Creates an exact copy of the current graph.

Namespace: MindFusion.Graphs
File: Graph.js

 Syntax

JavaScript  Copy Code

function clone ([saveMapping])

 Parameters

saveMapping
Optional.

Indicates whether to store vertex and edge mapping information in the copy.

 Return Value

The newly created copy.

 See Also

Graph Members
Graph Class
MindFusion.Graphs Namespace