Search
Router.routeLinks Method
See Also
 





Called when more than one link must be routed.

Namespace: MindFusion.Diagramming
File: Router.js

 Syntax

JavaScript  Copy Code

function routeLinks (links)

 Parameters

links

Array.<DiagramLink>. A list of links to route.

 See Also