UNPKG

ag-grid-enterprise

Version:

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

16 lines (15 loc) 588 B
import { ICellEditor, PopupComponent, RichCellEditorParams } 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 onEditorFocusOut; private buildRichSelectParams; private getSearchStringCallback; afterGuiAttached(): void; getValue(): any; isPopup(): boolean; }