Sets a value indicating whether users are allowed to draw outgoing link-s from this node.
Namespace: MindFusion.Diagramming
Package: DiagramNode.js
JavaScript Copy Code |
---|
function setAllowOutgoingLinks (value) |
true to let users draw outgoing links to this node; otherwise, false. The default is true.
Links from a node can be created programmatically regardless of the value of this property.