@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
14 lines (13 loc) • 699 B
TypeScript
import { DashboardState } from '../../AdaptableState/DashboardState';
import { ApiBase } from '../Implementation/ApiBase';
export declare class DashboardInternalApi extends ApiBase {
isToolbarInActiveTab(toolbarName: string, dashboardState: DashboardState): boolean;
isToolbarCustom(toolbarName: string): boolean;
getCustomToolbarRenderContainerId(customToolbarName: string): string;
getCustomToolbarButtonsContainerId(customToolbarName: string): string;
getCustomToolbarComponentContainerId(customToolbarName: string): string;
getModuleToolbars(): {
id: import("../../AdaptableState/Common/Types").AdaptableDashboardToolbar;
friendlyName: string;
}[];
}