MindFusion.Diagramming for JavaScript Programmer's Guide

InteractionState.isAllowed Method

See Also
 





Checks whether the current interaction can be completed at the specified point.

Namespace: MindFusion.Diagramming
File: InteractionState.js

 Syntax

JavaScript  Copy Code

function isAllowed (point)

 Parameters

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

 See Also