Vue Resizable - ResizeEvent

The type of the resize event handler's argument.

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

component

The UI component's instance.

Selector: DxComponent
Type:

Resizable

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

height

Type:

Number

width

Type:

Number