get_reactions
Retrieve prototype reactions for a Figma node, returning trigger-action pairs for interactions like clicks or hovers.
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 |