WorkspaceItem.onResizeStart method
WorkspaceItem › onResizeStart
Unofficial
Handle the start of a resize operation on this item.Signature:
onResizeStart(evt: MouseEvent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| evt | MouseEvent | The mouse event that started the resize. |
Returns: void