Search
Diagram.routeLinks Property
See Also
 






Gets or sets initial value of the autoRoute property of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get routeLinks() {}
set routeLinks(value) {}

 Property Value

Boolean

true to route links, or false otherwise. The default value is false.

 See Also