scan_text_nodes
Extract text content from all text nodes in a Figma component or frame. Use when you need to retrieve copy from a specific subtree.
Instructions
Scan all TEXT nodes in a subtree and return their content. Shorthand for scan_nodes_by_types with ['TEXT'] — use when you only need text copy from a component or frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Root node ID to scan from, colon format e.g. '4029:12345' |