Skip to main content

Enumeration: DnDEventType

Defined in: types/index.ts:15

Enum representing the different types of drag and drop events.

Enumeration Members

DragStart

DragStart: 0

Defined in: types/index.ts:17

Fired when a drag operation starts


Drag

Drag: 1

Defined in: types/index.ts:19

Fired during a drag operation when the drag position changes


DragEnd

DragEnd: 2

Defined in: types/index.ts:21

Fired when a drag operation ends


Select

Select: 3

Defined in: types/index.ts:23

Fired when a tap/select event occurs


Layout

Layout: 4

Defined in: types/index.ts:25

Fired when layout information is updated


LayoutForceUpdate

LayoutForceUpdate: 5

Defined in: types/index.ts:27

Fired to force a layout update