Create via any figma.create* API
figma.create_nodeCreate a new Figma node using any create* method, set its properties, and reparent it to a specified parent and page.
Instructions
Call any current or future figma.create* method discovered from official typings, then optionally set properties and reparent the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| index | No | ||
| pageId | No | ||
| parentId | No | ||
| properties | No | ||
| createMethod | Yes |