UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

31 lines (16 loc) 480 B
/* jsonAPIPlainObject */ /** * [Documentation](https://www.infragistics.com/products/ignite-ui-angular/angular/components/overlay-scroll). * Scroll strategies determines how the scrolling will be handled in the provided overlay. */ export declare class IgcScrollStrategy { /** * Attaches the strategy */ public attach(): void; /** * Detaches the strategy */ public detach(): void; }