stuckNodes
An array of nodes that are "stuck" to this node. In FigJam, stamps, highlights, and some widgets can "stick" to other nodes if they are dragged on top of another 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
- TextNode
- VectorNode
- WashiTapeNode
- WidgetNode
Signature
stuckNodes: SceneNode[] [readonly]
Remarks
This property is only available in FigJam.
In FigJam a stickable host that means that stickables, like 'STAMP'
nodes, are allowed to attach themselves to the node. If the stickable host moves all nodes that are in stuckNodes
move along with it.