Search
ConnectionPoint.linkChanges Method
See Also
 





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

Namespace: MindFusion.Diagramming
File: ConnectionPoint.js

 Syntax

JavaScript  Copy Code

function linkChanges (item, point)

 Parameters

item
A DiagramItem under the mouse cursor.
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