UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 363 B
import { ApiBase } from '../Implementation/ApiBase'; import { SystemStatusMessageInfo } from '../../AdaptableState/Common/SystemStatusMessageInfo'; export declare class SystemStatusInternalApi extends ApiBase { addSystemStatusMessageInfo(systemStatusMessageInfo: SystemStatusMessageInfo): void; getSystemStatusMessageInfos(): SystemStatusMessageInfo[]; }