ag-grid
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
9 lines (7 loc) • 390 B
text/typescript
import {ColDef} from "../entities/colDef";
import {IFilterComp} from "./iFilter";
export interface IFrameworkFactory {
/** Because Angular 2 uses Zones, you should not use setTimout(). So to get around this, we allow the framework
* to specify how to execute setTimeout. The default is to just call the browser setTimeout(). */
setTimeout(action: any, timeout?: any): void;
}