React Draggable - DragMoveEvent

The type of the dragMove event handler's argument.

import { DraggableTypes } from "devextreme-react/draggable"
Type: DraggableTypes.DragMoveEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type: Draggable

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

fromComponent

fromData

Type: any

itemData

Type: any

itemElement

toComponent

toData

Type: any