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