set_visible
Show or hide a Figma node by its ID. Returns confirmation and the node ID.
Instructions
Show or hide a node. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node id | |
| visible | Yes | true to show, false to hide |