Plumb · fig node
plumb_fig_nodeRead a node from a .fig file by its sessionID:localID id (from plumb_fig_outline), returning type, name, size, fills, opacity, and text details.
Instructions
Read one node from a saved .fig file by its id (the sessionID:localID form returned by plumb_fig_outline). Returns the node's type, name, size, auto-layout mode, fills, opacity, and (for TEXT nodes) characters and font. Pair with plumb_fig_outline to find the id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Node id — `sessionID:localID` form. | |
| figPath | Yes | Absolute path to a .fig file on disk. |