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