UNPKG

ag-grid-enterprise

Version:

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

17 lines (16 loc) 620 B
import type { ICellEditor, RichCellEditorParams } from 'ag-grid-community'; import { PopupComponent } from 'ag-grid-community'; export declare class RichSelectCellEditor<TData = any, TValue = any> extends PopupComponent implements ICellEditor<TValue> { private params; private focusAfterAttached; private richSelect; constructor(); init(params: RichCellEditorParams<TData, TValue>): void; private onEditorPickerValueSelected; private buildRichSelectParams; private getSearchStringCallback; afterGuiAttached(): void; focusIn(): void; getValue(): any; isPopup(): boolean; }