UNPKG

ag-grid-enterprise

Version:

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

16 lines (15 loc) 611 B
import type { HighlightTooltipEventType } from 'ag-stack'; import { Component } from 'ag-grid-community'; import type { ColumnSuggestion } from './calculatedColumnFormTypes'; export declare class CalculatedColumnAutocompleteRow extends Component<HighlightTooltipEventType> { private suggestion; private tooltipValue; private tooltipFeature?; constructor(); postConstruct(): void; setState(suggestion: ColumnSuggestion, selected: boolean): void; updateSelected(selected: boolean): void; setSearchString(_searchString: string): void; private render; private isTruncated; }