igniteui-react-grids
Version:
Ignite UI React grid components.
37 lines (22 loc) • 636 B
TypeScript
/* 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 IgxOverlayService.
*/
export declare class IgcScrollStrategy
{
/**
* Attaches the strategy
* ```typescript
* settings.scrollStrategy.attach();
* ```
*/
public attach(): void;
/**
* Detaches the strategy
* ```typescript
* settings.scrollStrategy.detach();
* ```
*/
public detach(): void;
}