Angular Resizable - ResizeStartEvent

The type of the resizeStart event handler's argument.

import { DxResizableTypes } from "devextreme-angular/ui/resizable"
Type: DxResizableTypes.ResizeStartEvent

component

The UI component's instance.

Selector: dxo-component
Type:

Resizable

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

height

Type:

Number

width

Type:

Number