scan_text_nodes
Retrieve all text nodes in a Figma subtree, including characters, font size, and font name. Optionally specify a root node; defaults to the current page.
Instructions
Return every TEXT node within a subtree, each with its characters / fontSize / fontName. Scope with root (a node id); defaults to the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Node id to scope the scan; omit for the current page |