RevoGrid Documentation v4.21.7 / DragStartEvent
Interface: DragStartEvent<TModel, TColumn>
Represents the event object that is emitted when the drag operation starts.
Type Parameters
| Type Parameter | Default type |
|---|---|
TModel extends DataType | DataType |
TColumn extends ColumnRegular | ColumnRegular |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
model | ColumnDataSchemaModel<TModel, TColumn, TColumn["prop"]> | Represents the model of the column being dragged. | src/types/interfaces.ts:746 |
originalEvent | MouseEvent | Represents the original mouse event that triggered the drag operation. | src/types/interfaces.ts:741 |