@serenity-is/sleekgrid / ArgsDrag
Interface: ArgsDrag
Defined in: src/core/eventargs.ts:17
Payload for drag lifecycle events (drag init/start/drag/end).
Extends
Properties
cell
cell:
number
Defined in: src/core/eventargs.ts:23
Cell/column index where the drag originated.
grid
grid:
ISleekGrid
Defined in: src/core/eventargs.ts:7
Grid instance that emitted the event.
Inherited from
helper
helper:
HTMLElement
Defined in: src/core/eventargs.ts:27
Visual helper element following the pointer during the drag.
item
item:
any
Defined in: src/core/eventargs.ts:25
Data item at row.
mode
mode:
string
Defined in: src/core/eventargs.ts:19
Drag mode/category (e.g. "cell", "column").
row
row:
number
Defined in: src/core/eventargs.ts:21
Row index where the drag originated.