set_item_spacing
Set spacing between items in an auto-layout frame by providing a distance for the main axis and, for wrapped layouts, the counter axis between rows or columns.
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 | No | Distance between children. Note: This value will be ignored if primaryAxisAlignItems is set to SPACE_BETWEEN. | |
| counterAxisSpacing | No | Distance between wrapped rows/columns. Only works when layoutWrap is set to WRAP. |