WorkspaceSplit.setElSize method
WorkspaceSplit › setElSize
Unofficial
Sets the size of an element along the split's direction.Signature:
setElSize(el: HTMLElement, size: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| el | HTMLElement | The element to size. |
| size | number | The size in pixels. |
Returns: void