React Sortable - RemoveEvent

The type of the remove event handler's argument.

import { RemoveEvent } from "devextreme/ui/sortable"
Type:

Object

component

The UI component's instance.

Selector: Component
Type: Sortable

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

fromComponent

fromData

Type: any

fromIndex

Type:

Number

itemData

Type: any

itemElement

toComponent

toData

Type: any

toIndex

Type:

Number