UNPKG

ag-grid-community

Version:

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

9 lines (8 loc) 268 B
import type { ICellComp } from '../rendering/cell/cellCtrl'; export interface ICellRangeFeature { setComp(cellComp: ICellComp): void; refreshHandle(): void; updateRangeBordersIfRangeCount(): void; onCellSelectionChanged(): void; destroy(): void; }