Checks if the specified item is currently visible.
Namespace: MindFusion.Diagramming
File: Diagram.js
SyntaxJavaScript
Copy Code
|
|---|
function isItemVisible (item) |
DiagramItem. The DiagramItem to check.
Boolean. true if the item's visible property is set to true and the item is not associated with a hidden layer, or false otherwise.
See Also