@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
20 lines • 997 B
TypeScript
export declare const applicationsWidgetDefinition: {
id: "Applications";
label: "Applications";
description: "Displays the list of links to available applications.";
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;
ng1: {
options: {
noDeviceTarget: true;
groupsSelectable: false;
};
};
};
};
};
export declare const applicationsWidgetProviders: (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
//# sourceMappingURL=index.d.ts.map