insert_child
Insert a child node into a parent Figma node at a specified index to organize layers.
Instructions
Insert a child node inside a parent node in Figma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | ID of the parent node where the child will be inserted | |
| childId | Yes | ID of the child node to insert | |
| index | No | Optional index where to insert the child (if not specified, it will be added at the end) |