UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

13 lines (12 loc) 461 B
import { SelectionHandleType } from 'ag-grid-community'; import { AbstractSelectionHandle } from './abstractSelectionHandle'; export declare class AgRangeHandle extends AbstractSelectionHandle { protected type: SelectionHandleType; private endPosition; private rangeFixed; constructor(); protected onDrag(e: MouseEvent): void; protected onDragEnd(e: MouseEvent): void; protected onDragCancel(): void; private fixRangeStartEnd; }