remove_reactions
Remove all prototype reactions from a node to strip interactivity. Specify the node ID to clear its reactions.
Instructions
Clear every prototype reaction from a node (equivalent to set_reactions with an empty array). Use this to strip interactivity; to replace reactions with new ones use set_reactions. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node to clear reactions from |