Skip to content

RevoGrid Documentation v4.21.7 / RowDrag

Type Alias: RowDrag<TModel, TColumn>

ts
type RowDrag<TModel, TColumn>: boolean | (params: ColumnDataSchemaModel<TModel, TColumn>) => boolean;

Type Parameters

Type ParameterDefault type
TModel extends DataTypeDataType
TColumn extends ColumnRegularColumnRegular

Defined in

src/types/interfaces.ts:107