MindFusion.Diagramming for JavaScript Programmer's Guide

InteractionState.cancel Method

See Also
 





Cancels the user interaction. Call this method to cancel interaction, usually in response to the user clicking the right mouse button while dragging.

Namespace: MindFusion.Diagramming
File: InteractionState.js

 Syntax

JavaScript  Copy Code

function cancel (diagram)

 Parameters

diagram
The Diagram, at which the action is performed.

 Remarks

Call this method to cancel interaction, usually in response to the user clicking the right mouse button while dragging.

 See Also