get_reactions
Returns prototype reactions for a Figma node: each reaction includes a trigger (click, hover, timeout) and actions (navigate, open URL, back, close).
Instructions
Return the prototype reactions on a node as { nodeId, reactions: [{ trigger, actions }] }. Each reaction pairs an interaction trigger (click, hover, timeout…) with its actions (navigate to node, open URL, back/close…).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node id to read reactions from |