remove_reactions
Remove all prototype reactions from a node to strip interactivity. Use this to clear interactions before adding new ones.
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 |