Skip to content

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 ParameterDefault type
TModel extends DataTypeDataType
TColumn extends ColumnRegularColumnRegular

Properties

PropertyTypeDescriptionDefined in
modelColumnDataSchemaModel<TModel, TColumn, TColumn["prop"]>Represents the model of the column being dragged.src/types/interfaces.ts:746
originalEventMouseEventRepresents the original mouse event that triggered the drag operation.src/types/interfaces.ts:741