Skip to content

WorkspaceItem.onResizeStart method

WorkspaceItem › onResizeStart

Unofficial

Handle the start of a resize operation on this item.

Signature:

onResizeStart(evt: MouseEvent): void

Parameters:

Parameter Type Description
evt MouseEvent The mouse event that started the resize.

Returns: void