Gets or sets whether users are allowed to draw outgoing links from this node.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
get allowOutgoingLinks() {} |
Boolean
true if users are allowed to draw outgoing links, or false otherwise.
RemarksLinks from a node can always be created programmatically regardless of the value of this property.
See Also