Skip to content

WorkspaceSplit.setElSize method

WorkspaceSplit › setElSize

Unofficial

Sets the size of an element along the split's direction.

Signature:

setElSize(el: HTMLElement, size: number): void

Parameters:

Parameter Type Description
el HTMLElement The element to size.
size number The size in pixels.

Returns: void