MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getAllowOutgoingLinks Method

See Also
 





Sets a value indicating whether users are allowed to draw outgoing links to this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getAllowOutgoingLinks ()

 Return Value

true if users are allowed to draw outgoing links to this node; otherwise, false.

 Remarks

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

 See Also