Search
InteractionState.update Method
See Also
 






This method is invoked to update the interaction state, usually in response to the user moving the mouse after the modification has started.

Namespace: MindFusion.Diagramming
File: InteractionState.js

 Syntax

JavaScript  Copy Code

function update (point)

 Parameters

point
A Point instance indicating the location of the cursor, in document coordinates.

 See Also