gridColumnSizes
Only applicable on auto-layout frames with layoutMode
set to "GRID"
.
Returns an array of GridTrackSize
objects representing the columns in the grid in order.
Signature
gridColumnSizes: Array<GridTrackSize>
Remarks
The order of the columns is from left to right.
The GridTrackSize
can be used to change the type of the column (either "FLEX"
or "FIXED"
) and the size of the track (if it is a "FIXED"
track).