@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
10 lines (9 loc) • 447 B
TypeScript
import { AdaptableApi, AdaptableObject } from '../../types';
import { AdaptableModuleView, IModule } from './Interface/IModule';
import { AdaptableModuleBase } from './AdaptableModuleBase';
export declare class GridFilterModule extends AdaptableModuleBase implements IModule {
constructor(api: AdaptableApi);
setModuleEntitlement(): void;
getModuleAdaptableObjects(): AdaptableObject[];
getViewProperties(): AdaptableModuleView;
}