Search
DiagramNode.allowOutgoingLinks Property
See Also
 





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

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get allowOutgoingLinks() {}
set allowOutgoingLinks(value) {}

 Property Value

Boolean

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

 Remarks

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

 See Also