walk_and_replace_text
Walk through a Figma node subtree to replace exact text matches, including in library instance sublayers that standard methods cannot access.
Instructions
Walk entire node subtree and replace text by exact match. Works on library instance sublayers that getNodeByIdAsync cannot access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Root node ID to start walking from | |
| replacements | Yes | Array of text replacements |