Set Corner Radius
node_set_corner_radiusSet corner radius on Figma nodes, supporting uniform rounding or individual corner control.
Instructions
Set a node's corner radius — uniform or per-corner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to modify | |
| nodeName | Yes | Name of the node to modify | |
| radius | Yes | Corner radius value | |
| corners | No | Optional array of 4 booleans to specify which corners to round [topLeft, topRight, bottomRight, bottomLeft] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the modified node |