Search
PatternRouter.routeInternal Method
See Also
 





Overrides Router.routeInternal.

Namespace: MindFusion.Diagramming
File: PatternRouter.js

 Syntax

JavaScript  Copy Code

function routeInternal (link)

 Parameters

link

DiagramLink. The link to route.

 Return Value

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

 See Also