Checks if the specified item is currently visible.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript
![]() |
---|
function isItemVisible (item) |
The DiagramItem to check.
true if the item's Visible property is set to true and the item is not associated with a hidden layer; otherwise, false.