UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

7 lines (6 loc) 148 B
export interface RowDataTransaction { addIndex?: number | null; add?: any[] | null; remove?: any[] | null; update?: any[] | null; }