UNPKG

ag-grid-enterprise

Version:

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

14 lines (13 loc) 460 B
import type { BeanCollection, IStatusPanelComp } from 'ag-grid-community'; import { AgNameValue } from './agNameValue'; export declare class SelectedRowsComp extends AgNameValue implements IStatusPanelComp { private rowModel; private selectionService; wireBeans(beans: BeanCollection): void; postConstruct(): void; private isValidRowModel; private onRowSelectionChanged; init(): void; refresh(): boolean; destroy(): void; }