layoutSizingVertical
Applicable only on auto-layout frames, their children, and text nodes. This is a shorthand for setting layoutGrow
, layoutAlign
, primaryAxisSizingMode
, and counterAxisSizingMode
. This field maps directly to the "Vertical sizing" dropdown in the Figma UI.
Supported on:
Signature
layoutSizingVertical: 'FIXED' | 'HUG' | 'FILL'
Remarks
"HUG"
is only valid on auto-layout frames and text nodes. "FILL"
is only valid on auto-layout children. Setting these values when they don't apply will throw an error.