Search
Router.avoidOverlaps Property
See Also
 





Gets or sets a value indicating whether to avoid overlapping links.

Namespace: MindFusion.Diagramming
File: Router.js

 Syntax

JavaScript  Copy Code

get avoidOverlaps() {}
set avoidOverlaps(value) {}

 Property Value

boolean

true to avoid link-link overlaps, otherwise false.

 See Also