React Sortable - DragEndEvent

The type of the dragEnd event handler's argument.

import { SortableTypes } from "devextreme-react/sortable"
Type: SortableTypes.DragEndEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type: Sortable

dropInsideItem

Type:

Boolean

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

fromComponent

fromData

Type: any

fromIndex

Type:

Number

itemData

Type: any

itemElement

toComponent

toData

Type: any

toIndex

Type:

Number