devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
20 lines (19 loc) • 1.21 kB
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiChatAttachmentComponent extends CollectionNestedOption {
get name(): string;
set name(value: string);
get size(): number;
set size(value: number);
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatAttachmentComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiChatAttachmentComponent, "dxi-chat-attachment", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiChatAttachmentModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiChatAttachmentModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiChatAttachmentModule, never, [typeof DxiChatAttachmentComponent], [typeof DxiChatAttachmentComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiChatAttachmentModule>;
}