Search
ControlNode.visible Property
See Also
 





DiagramItem.visible override. Gets or sets whether this node is visible.

Namespace: MindFusion.Diagramming
File: ControlNode.js

 Syntax

JavaScript  Copy Code

get visible() {}
set visible(value) {}

 Property Value

Boolean

true if this node should be displayed, or false otherwise.

 See Also