Search
TreeViewConnectionPoint.linkChanges Method
See Also
 





Checks whether the link would change if attached to the specified node at the specified point.

Namespace: MindFusion.Diagramming
File: TreeViewConnectionPoint.js

 Syntax

JavaScript  Copy Code

function linkChanges (item, point)

 Parameters

item

DiagramItem. A DiagramItem under the mouse cursor.

point

Point. A point where the link will be connected.

 Return Value

Boolean. true if the link would connect to a different entity if dropped at the specified location; otherwise, false.

 See Also