visible
Whether the node is visible or not. Does not affect a plugin's ability to access the node.
Supported On:
- BooleanOperationNode
- CodeBlockNode
- ComponentNode
- ComponentSetNode
- ConnectorNode
- EllipseNode
- EmbedNode
- EmbedNode
- FrameNode
- GroupNode
- HighlightNode
- InstanceNode
- LineNode
- LinkUnfurlNode
- LinkUnfurlNode
- MediaNode
- PolygonNode
- RectangleNode
- SectionNode
- ShapeWithTextNode
- SliceNode
- StampNode
- StarNode
- StickyNode
- TableNode
- TextNode
- VectorNode
- WashiTapeNode
- WidgetNode
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.