UNPKG

ag-grid-community

Version:

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

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