UNPKG

ng2-qgrid

Version:
18 lines (17 loc) 535 B
import { ViewCoreService } from '../../main/core/view/view-core.service'; import { PluginService } from '../plugin.service'; export declare class AutocompleteEditorComponent { private plugin; private view; options: any[]; context: { $implicit: AutocompleteEditorComponent; }; constructor(plugin: PluginService, view: ViewCoreService); filter(search: string): void; reset(): void; readonly items: any; readonly title: string; value: any; private readonly cell; }