update_reactions
Replace the reactions array on a Figma node to update prototyping interactions, such as fixing variable references. Provide the complete array of modified reaction objects.
Instructions
Update Figma Prototyping Reactions on a node by replacing its reactions array. Provide the full array of reactions. Use get_reactions first, modify the desired actions (e.g., to fix references to deleted variables), and pass the updated array here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to update reactions for | |
| reactions | Yes | The full array of Reaction objects to set |