@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
15 lines • 898 B
TypeScript
import { ModalLabels } from '@c8y/ngx-components';
import { BsModalRef } from 'ngx-bootstrap/modal';
import { ContextDashboardManagedObject } from '@c8y/ngx-components/context-dashboard';
import * as i0 from "@angular/core";
export declare class TypeDashboardTargetAssetsModalComponent {
private bsModalRef;
labels: ModalLabels;
dashboard: ContextDashboardManagedObject;
constructor(bsModalRef: BsModalRef);
handleKeyboardEvent(event: KeyboardEvent): void;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TypeDashboardTargetAssetsModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TypeDashboardTargetAssetsModalComponent, "c8y-type-dashboard-target-assets-modal", never, { "dashboard": { "alias": "dashboard"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=type-dashboard-target-assets-modal.component.d.ts.map