Search
Diagram.isItemVisible Method
See Also
 





Checks if the specified item is currently visible.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function isItemVisible (item)

 Parameters

item

DiagramItem. The DiagramItem to check.

 Return Value

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