MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.acceptLinks Method

See Also
 





Determines whether the node can be connected with links of the specified type.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function acceptLinks (outgoing)

 Parameters

outgoing

true to check for outgoing links; otherwise, false.

 Return Value

true if the node accepts connections of the specified type; otherwise, false.

 See Also