set_item_spacing
Adjusts the gap between children in an auto-layout Figma frame by specifying the frame ID and a numeric spacing value.
Instructions
Set distance between children in an auto-layout frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the frame to modify | |
| itemSpacing | Yes | Distance between children. Note: This value will be ignored if primaryAxisAlignItems is set to SPACE_BETWEEN. |