Search
InteractionState.commit Method
See Also
 





Invoked to commit the changes made by the user.

Namespace: MindFusion.Diagramming
File: InteractionState.js

 Syntax

JavaScript  Copy Code

function commit (point)

 Parameters

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

 See Also