Vue Splitter - ResizeEvent

The type of the resize event handler's argument.

import { DxSplitterTypes } from "devextreme-vue/splitter"
Type: DxSplitterTypes.ResizeEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: DxComponent
Type: Splitter

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

handleElement

A resize handle element.

Selector: handle-element