Ungroup Node
node_ungroupDissolve a selected group in Figma, moving its children to the parent level 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 | Name of the group to verify against |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | ID of the parent node (null if the group had no parent) | |
| ungroupedChildren | Yes | List of ungrouped child nodes |