batch_style
Apply style changes to multiple Figma nodes at once by providing target node IDs and a changes object containing properties like fill, opacity, and corner radius.
Instructions
Apply style changes to multiple nodes at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | Target nodes | |
| changes | Yes | Style changes: { fill, opacity, cornerRadius, fontSize, fontWeight, ... } |