Set Effects
node_set_effectsSet a Figma node's effects including drop shadow, inner shadow, layer blur, and background blur. Specify visibility, color, offset, radius, spread, and blend mode.
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 | |
| nodeName | Yes | Name of the node to verify against | |
| effects | Yes | Array of effect objects |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the modified node |