set_corner_radius
Set corner radius on any Figma node by providing its ID and radius value. Optionally specify which corners to round using an array of four booleans.
Instructions
Set the corner radius of a node in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID 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] |