UNPKG

ag-grid-community

Version:

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

13 lines (12 loc) 423 B
import { BeanStub, IImmutableService } from "ag-grid-community"; export declare class ImmutableService extends BeanStub implements IImmutableService { private rowModel; private rowRenderer; private selectionService; private clientSideRowModel; private postConstruct; isActive(): boolean; setRowData(rowData: any[]): void; private createTransactionForRowData; private onRowDataUpdated; }