set_item_spacing
Set the spacing between child elements within an auto-layout frame. Adjusts the distance to control layout consistency.
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. |