UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

24 lines 1.11 kB
export declare const helpAndServiceWidgetDefinition: { id: "HelpAndService"; label: "Help and service"; description: "Displays links to help and service resources."; loadComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/quick-links").QuickLinksWidgetViewComponent>; loadConfigComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/quick-links").QuickLinksWidgetConfigComponent>; data: { settings: { noNewWidgets: true; widgetDefaults: { _width: number; _height: number; }; ng1: { options: { noDeviceTarget: true; groupsSelectable: false; }; }; }; }; }; export declare const helpAndServiceWidgetProviders: (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[]; //# sourceMappingURL=index.d.ts.map