UNPKG

ag-grid-community

Version:

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

22 lines (21 loc) 748 B
import { BeanStub } from "../context/beanStub"; import { ControllersService } from "../controllersService"; export interface SetScrollsVisibleParams { horizontalScrollShowing: boolean; verticalScrollShowing: boolean; } export declare class ScrollVisibleService extends BeanStub { private columnApi; private gridApi; controllersService: ControllersService; private horizontalScrollShowing; private verticalScrollShowing; private postConstruct; onDisplayedColumnsChanged(): void; private onDisplayedColumnsWidthChanged; private update; private updateImpl; setScrollsVisible(params: SetScrollsVisibleParams): void; isHorizontalScrollShowing(): boolean; isVerticalScrollShowing(): boolean; }