WorkspaceItem.setDimension method
WorkspaceItem › setDimension
Unofficial
Set the flex-grow dimension of this item within its parent split.Signature:
setDimension(dimension: number | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| dimension | number | null | The flex-grow value, or null to reset. |
Returns: void