Ungroup Node
node_ungroupDissolve a group in Figma, promoting its children directly to the parent and removing the group container.
Instructions
Dissolve a group, promoting its children to the parent. Removes the group container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the group to ungroup | |
| nodeName | Yes | The group's current exact name, passed back verbatim from `node_info`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| parentId | No | ID of the parent node (null if the group had no parent) | |
| ungroupedChildren | No | List of ungrouped child nodes |