Checks if the specified item can be modified interactively.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function isItemInteractive (item) |
The DiagramItem to check.
Type: Boolean
true, if the item is currently visible and unlocked and it is not associated with a hidden or locked layer; otherwise, false.