set_item_spacing
Adjust spacing between elements within an auto-layout frame in Figma, enabling precise and consistent design alignment through programmatic control.
Instructions
Set distance between children in an auto-layout frame
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}