@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
19 lines • 842 B
TypeScript
export declare const legacyCockpitWelcomeWidgetDefinition: {
id: "Cockpit Welcome";
label: "Welcome to Cockpit";
description: "Displays a welcome message for Cockpit";
loadComponent: () => Promise<import("@angular/core").Type<any> | typeof import("@c8y/ngx-components/widgets/implementations/cockpit-legacy-welcome").CockpitLegacyWelcomeWidgetComponent>;
data: {
settings: {
noNewWidgets: true;
ng1: {
options: {
noDeviceTarget: true;
groupsSelectable: false;
};
};
};
};
};
export declare const legacyCockpitWelcomeWidgetProviders: (import("@angular/core").ValueProvider | import("@angular/core").ExistingProvider | import("@angular/core").ClassProvider)[];
//# sourceMappingURL=index.d.ts.map