@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
16 lines • 664 B
TypeScript
import { ExtensionFactory, PreviewFeature } from '@c8y/ngx-components';
import * as i0 from "@angular/core";
export declare class MessagingManagementPreviewFactory implements ExtensionFactory<PreviewFeature> {
private readonly applicationService;
get(): Promise<{
key: string;
label: string;
description: () => Promise<any>;
settings: {
reload: boolean;
};
}>;
static ɵfac: i0.ɵɵFactoryDeclaration<MessagingManagementPreviewFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MessagingManagementPreviewFactory>;
}
//# sourceMappingURL=messaging-management-preview.factory.d.ts.map