@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 373 B
TypeScript
import { SettingsPanelApi } from '../SettingsPanelApi';
import { ApiBase } from './ApiBase';
import { AdaptableModule } from '../../../types';
export declare class SettingsPanelApiImpl extends ApiBase implements SettingsPanelApi {
openSettingsPanel(moduleName?: AdaptableModule): void;
openCustomSettingsPanel(name: string): void;
closeSettingsPanel(): void;
}