Search
Diagram.isItemInteractive Method
See Also
 





Checks if the specified item can be modified interactively.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function isItemInteractive (item)

 Parameters

item

DiagramItem. The DiagramItem to check.

 Return Value

Boolean. true, if the item is currently visible and unlocked and it is not associated with a hidden or locked layer, or false otherwise.

 See Also