JavaScript/jQuery Splitter - ResizeEvent

The type of the resize event handler's argument.

import { ResizeEvent } from "devextreme/ui/splitter"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type: Splitter

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

handleElement

A resize handle element.