Search
Diagram.allowLinksRepeat Property
See Also
 





Gets or sets a value indicating whether more than one links can connect the same origin and destination diagram nodes.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get allowLinksRepeat() {}
set allowLinksRepeat(value) {}

 Property Value

Boolean

true to let links connect to the same nodes, or false otherwise. The default is true.

 Remarks

Specifies whether more than one link can connect the same origin and destination diagram nodes. If set to false, two diagram nodes can be connected with at most one link in a single direction.

 See Also