UNPKG

ag-grid-enterprise

Version:

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

12 lines (11 loc) 475 B
import type { RowNode } from 'ag-grid-community'; export declare class BatchRemover { private allSets; removeFromChildrenAfterGroup(parent: RowNode, child: RowNode): void; isRemoveFromAllLeafChildren(parent: RowNode, child: RowNode): boolean; preventRemoveFromAllLeafChildren(parent: RowNode, child: RowNode): void; removeFromAllLeafChildren(parent: RowNode, child: RowNode): void; private getSet; getAllParents(): RowNode[]; flush(): void; }