create_component_instance
Generate and position component instances on Figma canvas individually or in bulk. Specify component keys and coordinates to streamline design workflows within Conduit.
Instructions
Creates one or more component instances in Figma. Accepts either a single entry (via 'entry') or an array of entries (via 'entries').
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the created instance IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entries | No | An array of component instance creation entries for batch creation. | |
entry | No | A single component instance creation entry. |