Update Reactions
reaction_updateReplace all prototype reactions on a Figma node with a new array of reactions. Use after retrieving current reactions to update interactions.
Instructions
Replace a node's prototype reactions with a full new reactions array (read first via reaction_list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to update reactions for | |
| nodeName | Yes | Name of the node to update reactions for (for verification) | |
| reactions | Yes | The full array of Reaction objects to set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the reactions were updated successfully |