Parameters
The ID of the node to modify
Corner radius value in pixels (minimum: 0)
Array of 4 booleans to specify which corners to round:
[topLeft, topRight, bottomRight, bottomLeft]. Defaults to [true, true, true, true] (all corners)Response
Returns the name of the modified node and confirms the corner radius change.Per-corner control
Thecorners parameter allows you to selectively round specific corners. Each boolean in the array controls one corner:
corners[0]- Top-left cornercorners[1]- Top-right cornercorners[2]- Bottom-right cornercorners[3]- Bottom-left corner
true to apply the radius to that corner, or false to keep it sharp (0px radius).