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