Set Effects
node_set_effectsSet shadows or blurs on a Figma node by defining effect type, color, offset, radius, and spread.
Instructions
Set a node's effect array (shadows, blurs). Use node_apply_style to link a shared effect style instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to modify | |
| effects | Yes | Array of effect objects | |
| nodeName | Yes | Name of the node to verify against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the modified node |