UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 577 B
import { IManagedObject } from '@c8y/client'; import * as i0 from "@angular/core"; export declare class DataExplorerService { private readonly inventory; private readonly contextDashboardService; fetchReportDashboard(reportId: string): Promise<IManagedObject>; fetchContextDashboard(dashboardId: string, contextAsset: IManagedObject): Promise<IManagedObject>; static ɵfac: i0.ɵɵFactoryDeclaration<DataExplorerService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DataExplorerService>; } //# sourceMappingURL=datapoint-explorer.service.d.ts.map