Vue Resizable - ResizeStartEvent

The type of the resizeStart event handler's argument.

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

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