get_text_decoration_range
Retrieve text decoration properties for a specified range within a Figma text node.
Instructions
Get the text decoration properties for a specific text range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End index of the range (exclusive) | |
| start | Yes | Start index of the range (inclusive) | |
| nodeId | Yes | The ID of the text node |