Detects whether the specified DiagramNode participates in a cycle.
Namespace: MindFusion.Diagramming
File: PathFinder.js
JavaScript Copy Code |
---|
function findCycle (participant) |
A DiagramNode element which should participate in the found cycle.
A Path instance that represents the found cycle; null if no cycle is detected.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |