set_corner_radius
Set corner radius of a Figma node by providing node ID and radius value. Optionally pick specific corners to round with an array of 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] |