set_corner_radius
Set the corner radius of a Figma node by specifying the node ID and radius value. Optionally round specific corners 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 | |
| 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] |