UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

7 lines (6 loc) 212 B
export declare type ContainerType = 'columnMenu' | 'contextMenu' | 'toolPanel'; export interface IAfterGuiAttachedParams { container: ContainerType; hidePopup?: () => void; suppressFocus?: boolean; }