Search
PathFinder Constructor
See Also
 





Initializes a new instance of the PathFinder class.

Namespace: MindFusion.Diagramming
Package: PathFinder.js

 Syntax

JavaScript  Copy Code

function PathFinder (diagram)

 Parameters

diagram

An instance of the Diagram class in which to look for paths or cycles.

 See Also