React Resizable - ResizeEndEvent

The type of the resizeEnd event handler's argument.

import { ResizableTypes } from "devextreme-react/resizable"
Type: ResizableTypes.ResizeEndEvent

component

The UI component's instance.

Selector: Component
Type:

Resizable

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

height

Type:

Number

width

Type:

Number