React Splitter - ResizeEvent

The type of the resize event handler's argument.

import { SplitterTypes } from "devextreme-react/splitter"
Type: SplitterTypes.ResizeEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type: Splitter

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

handleElement

A resize handle element.