Skip to content

Commit 9a37d1a

Browse files
DocGen 25_2 [11/05/25] - dxChat onAttachmentDownloadClick (DevExpress#8156)
* DocGen 25_2 result * AttachmentDownloadEvent -> AttachmentDownloadClickEvent --------- Co-authored-by: Mikhail Preyskurantov <[email protected]>
1 parent d5bfceb commit 9a37d1a

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

api-reference/10 UI Components/dxChat/1 Configuration/onAttachmentDownload.md renamed to api-reference/10 UI Components/dxChat/1 Configuration/onAttachmentDownloadClick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
id: dxChat.Options.onAttachmentDownload
2+
id: dxChat.Options.onAttachmentDownloadClick
33
type: function(e) | undefined
44
default: undefined
55
---
66
---
77
##### shortDescription
88
<!-- Description goes here -->
99

10-
##### param(e): ui/chat:AttachmentDownloadEvent
10+
##### param(e): ui/chat:AttachmentDownloadClickEvent
1111
<!-- Description goes here -->
1212

1313
##### field(e.attachment): Attachment

api-reference/10 UI Components/dxChat/4 Events/attachmentDownload.md renamed to api-reference/10 UI Components/dxChat/4 Events/attachmentDownloadClick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: dxChat.attachmentDownload
2+
id: dxChat.attachmentDownloadClick
33
type: eventType
44
---
55
---

api-reference/10 UI Components/dxChat/9 Types/AttachmentDownloadEvent/AttachmentDownloadEvent.md renamed to api-reference/10 UI Components/dxChat/9 Types/AttachmentDownloadClickEvent/AttachmentDownloadClickEvent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
uid: ui/chat:AttachmentDownloadEvent
2+
uid: ui/chat:AttachmentDownloadClickEvent
33
module: ui/chat
4-
export: AttachmentDownloadEvent
4+
export: AttachmentDownloadClickEvent
55
type: Object
66
inherits: EventInfo
7-
references: dxChat.Options.onAttachmentDownload
7+
references: dxChat.Options.onAttachmentDownloadClick
88
generateTypeLink:
99
---
1010
---

api-reference/10 UI Components/dxChat/9 Types/AttachmentDownloadEvent/attachment.md renamed to api-reference/10 UI Components/dxChat/9 Types/AttachmentDownloadClickEvent/attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
uid: ui/chat:AttachmentDownloadEvent.attachment
2+
uid: ui/chat:AttachmentDownloadClickEvent.attachment
33
type: Attachment
44
---
55
---

metadata/syntax-data.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -471,12 +471,12 @@
471471
"_ui_card_view_SelectionChangedEvent.selectedCardsData": {
472472
"vue": "selected-cards-data"
473473
},
474-
"_ui_chat_AttachmentDownloadEvent": {
475-
"angular": "dxo-ui-chat--attachment-download-event",
476-
"react": "_ui_chat_AttachmentDownloadEvent",
477-
"vue": "Dx_ui_chat_AttachmentDownloadEvent"
474+
"_ui_chat_AttachmentDownloadClickEvent": {
475+
"angular": "dxo-ui-chat--attachment-download-click-event",
476+
"react": "_ui_chat_AttachmentDownloadClickEvent",
477+
"vue": "Dx_ui_chat_AttachmentDownloadClickEvent"
478478
},
479-
"_ui_chat_AttachmentDownloadEvent.attachment": {
479+
"_ui_chat_AttachmentDownloadClickEvent.attachment": {
480480
"angular": "dxo-attachment",
481481
"react": "Attachment",
482482
"vue": "DxAttachment"
@@ -10264,8 +10264,8 @@
1026410264
"react": "MessageTimestampFormat",
1026510265
"vue": "DxMessageTimestampFormat"
1026610266
},
10267-
"dxChatOptions.onAttachmentDownload": {
10268-
"vue": "@attachment-download"
10267+
"dxChatOptions.onAttachmentDownloadClick": {
10268+
"vue": "@attachment-download-click"
1026910269
},
1027010270
"dxChatOptions.onContentReady": {
1027110271
"vue": "@content-ready"

0 commit comments

Comments
 (0)