UNPKG

ag-grid-enterprise

Version:

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

13 lines (12 loc) 494 B
import { RowNode } from "ag-grid-community"; export declare class BatchRemover { private allSets; private allParents; 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; }