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:

ParameterTypeDescription
evtMouseEventThe mouse event that started the resize.

Returns: void