Angular Sortable - DragStartEvent

The type of the dragStart event handler's argument.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: dxo-component
Type: Sortable

element

The UI component's container.

event

Specifies the executed event.

Selector: dxo-event

fromData

Type: any

fromIndex

Type:

Number

itemData

Type: any

itemElement