set_item_spacing
Set the distance between child elements in an auto-layout frame, with support for counter-axis spacing in wrapped layouts.
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. |