group_nodes
Combine specified Figma nodes into a new group under their common parent. Pass node IDs to create the group and get back its ID, name, and type.
Instructions
Group nodes under their shared parent. nodeIds must be a non-empty list. Returns { ok, nodeId, name, type } for the new group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the new group | |
| nodeIds | Yes | Node ids to group |