Angular Resizable - ResizeEvent

The type of the resize event handler's argument.

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

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