@revolist/revogrid / DragStartEvent
Interface: DragStartEvent
Represents the event object that is emitted when the drag operation starts.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
model | ColumnDataSchemaModel | Represents the model of the column being dragged. | src/types/interfaces.ts:688 |
originalEvent | MouseEvent | Represents the original mouse event that triggered the drag operation. | src/types/interfaces.ts:683 |