File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ Ng.makeMetadata({
1313 removeMembers ( / \/ g r i d s : C o l u m n B a s e .a i / ) ,
1414 removeMembers ( / \/ c a l e n d a r : d x C a l e n d a r O p t i o n s .t o d a y B u t t o n T e x t / ) ,
1515 removeMembers ( / \/ c a r d _ v i e w : / ) ,
16+ removeMembers ( / \/ c h a t : T e x t M e s s a g e .a t t a c h m e n t s / ) ,
17+ removeMembers ( / \/ c h a t : d x C h a t O p t i o n s \. ( f i l e U p l o a d e r O p t i o n s | o n A t t a c h m e n t D o w n l o a d ) / ) ,
1618 removeMembers ( / \/ f o r m : d x F o r m O p t i o n s \. ( a i I n t e g r a t i o n | o n S m a r t P a s t i n g | o n S m a r t P a s t e d | s m a r t P a s t e ) / ) ,
1719 removeMembers ( / \/ f o r m : d x F o r m S i m p l e I t e m \. a i O p t i o n s / ) ,
1820 removeMembers ( / \/ f o r m : F o r m P r e d e f i n e d B u t t o n I t e m / ) ,
@@ -23,7 +25,6 @@ Ng.makeMetadata({
2325 removeMembers ( / \/ s c h e d u l e r : d x S c h e d u l e r O p t i o n s \. e d i t i n g \. f o r m / ) ,
2426 removeMembers ( / \/ s t e p p e r : / ) ,
2527 removeMembers ( / \/ s p e e c h _ t o _ t e x t : / ) ,
26- removeMembers ( / \/ c h a t : / ) ,
2728 ] ,
2829 variables : {
2930 collectionItems : [ ...commonSmdCollectionItems ] ,
Original file line number Diff line number Diff line change @@ -161,7 +161,10 @@ export type MessageUpdatedEvent = EventInfo<dxChat> & {
161161 * @inherits EventInfo
162162 */
163163export type AttachmentDownloadEvent < TAttachment extends Attachment = Attachment > = EventInfo < dxChat > & {
164- /** @docid _ui_chat_AttachmentDownloadEvent.attachment */
164+ /**
165+ * @docid _ui_chat_AttachmentDownloadEvent.attachment
166+ * @type Attachment
167+ */
165168 readonly attachment ?: TAttachment ;
166169} ;
167170
@@ -277,6 +280,7 @@ export type TextMessage<TAttachment extends Attachment = Attachment> = MessageBa
277280 /**
278281 * @docid
279282 * @public
283+ * @type Array<Attachment>
280284 */
281285 attachments ?: TAttachment [ ] ;
282286 /**
You can’t perform that action at this time.
0 commit comments