Gets or sets a value indicating whether more than one links can connect the same origin and destination diagram nodes.
Namespace: MindFusion.Diagramming
Assembly: Diagram.js
SyntaxJavaScript
Copy Code
|
|---|
get allowLinksRepeat() {} |
Boolean
true to let links connect to the same nodes, or false otherwise. The default is true.
RemarksSpecifies 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