set_corner_radius
Modify a Figma node's corner radius by specifying a radius value and optionally selecting which corners to round, using node ID for targeted adjustments.
Instructions
Set the corner radius of a node in Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
corners | No | Optional array of 4 booleans to specify which corners to round [topLeft, topRight, bottomRight, bottomLeft] | |
nodeId | Yes | The ID of the node to modify | |
radius | Yes | Corner radius value |