UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

20 lines (19 loc) 1.19 kB
import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiChatAlertComponent extends CollectionNestedOption { get id(): number | string; set id(value: number | string); get message(): string; set message(value: string); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatAlertComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiChatAlertComponent, "dxi-chat-alert", never, { "id": { "alias": "id"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>; } export declare class DxiChatAlertModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatAlertModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChatAlertModule, [typeof DxiChatAlertComponent], never, [typeof DxiChatAlertComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiChatAlertModule>; }