Search
DiagramNode.allowIncomingLinks Property
See Also
 





Gets or sets whether users are allowed to draw incoming links to this node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

get allowIncomingLinks() {}
set allowIncomingLinks(value) {}

 Property Value

Boolean

true if users are allowed to draw incoming links, or false otherwise.

 Remarks

Links to a node can always be created programmatically regardless of the value of this property.

 See Also