UNPKG

ag-grid-community

Version:

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

9 lines (8 loc) 307 B
import type { AgColumn } from '../entities/agColumn'; import type { TooltipLocation } from '../tooltip/tooltipComponent'; import type { IRowNode } from './iRowNode'; export interface PopupPositionParams { column?: AgColumn | null; rowNode?: IRowNode | null; tooltipLocation?: TooltipLocation; }