Artboards
NodeReadData
Represents a node in the hierarchy, providing transform properties and
access to parent and child nodes.
If node is a Path, returns the node as PathData.
If node is a ShapePaint (Fill or Stroke), returns node as Paint
(Coming soon)
The local position of the node.
The local rotation of the node in radians.
The local scale of the node.
The read-only world transform of the node.
The x-coordinate of the local position.
The y-coordinate of the local position.
The x component of the local scale.
The y component of the local scale.
If node is a Path, paint trait is available with paint data (Coming soon)
Was this page helpful?