Search
PathFinder.findCycle Method
See Also
 





Detects whether the specified DiagramNode participates in a cycle.

Namespace: MindFusion.Diagramming
Package: PathFinder.js

 Syntax

JavaScript  Copy Code

function findCycle (participant)

 Parameters

participant

A DiagramNode element which should participate in the found cycle.

 Return Value

A Path instance that represents the found cycle; null if no cycle is detected.

 See Also