get_constraint
Retrieve constraint details for Figma nodes, including optional child nodes, to analyze and manage design layouts effectively. Supports batch processing for efficiency.
Instructions
Get constraints for one or more Figma nodes (optionally including children).
Returns: Array of constraint info for each node, including children if requested.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeChildren | No | If true, include constraints for all children of the node(s). | |
nodeId | No | The ID of a single node to get constraints for. | |
nodeIds | No | An array of node IDs to get constraints for in batch. |