MindFusion.Diagramming for JavaScript Programmer's Guide

Graph.getConnectedComponents Method

See Also
 





Returns a list with the connected subgraphs in the current graph.

Namespace: MindFusion.Graphs
File: Graph.js

 Syntax

JavaScript  Copy Code

function getConnectedComponents ()

 Return Value

An array with connected Graph objects.

 See Also