Search
Search
position
position
Positioning behavior of the node
Type
"relative" | "absolute" | "fixed" | "sticky"
Supported by
- FrameNode 
- TextNode 
- SVGNode 
- ComponentInstanceNode 
Caveats
- relative: Default for nodes in stack/grid layouts 
- absolute: Positioned relative to parent 
- fixed: Positioned relative to viewport 
- sticky: Sticks to viewport edges when scrolling