swap_component
Replace an instance node's main component with a different component while maintaining its position and size.
Instructions
Swap the main component of an existing INSTANCE node, replacing it with a different component while keeping position and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | INSTANCE node ID in colon format e.g. 4029:12345 | |
| componentId | Yes | Target COMPONENT node ID in colon format (from get_local_components) |