@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 341 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;
}