Skip to main content

visible

Whether the node is visible or not. Does not affect a plugin's ability to access the node.

Signature

visible: boolean

Remarks

The value that this property returns is independent from the node's parent. i.e.

  • The node isn't necessarily visible if this is .visible === true.
  • The node isn't necessarily invisible if this is .visible === false.
  • An object is visible if .visible == true for itself and all its parents.

On this page