Search
CompositeRouter.routeInternal Method
See Also
 





Overrides Router.routeInternal.

Namespace: MindFusion.Diagramming
File: CompositeRouter.js

 Syntax

JavaScript  Copy Code

function routeInternal (link)

 Parameters

link

DiagramLink. The link to route.

 Return Value

Array.<Point>. An array of points representing the link's new shape, or null if routing fails.

 See Also