Skip to content

Commit 5752d4c

Browse files
dxrobotvladaskorohodovampreyskurantov
authored
DocGen 25_2 [10/28/25] (DevExpress#8141)
* DocGen 25_2 result * Move Attachment type * move type * generateTypeLink * Move Scheduler type --------- Co-authored-by: Vlada Skorokhodova <[email protected]> Co-authored-by: Mikhail Preyskurantov <[email protected]>
1 parent f1719bf commit 5752d4c

File tree

13 files changed

+178
-0
lines changed

13 files changed

+178
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxChat.Options.fileUploaderOptions
3+
type: dxFileUploader_Options
4+
default: null
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
id: dxChat.Options.onAttachmentDownload
3+
type: function(e) | undefined
4+
default: undefined
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
##### param(e): ui/chat:AttachmentDownloadEvent
11+
<!-- Description goes here -->
12+
13+
##### field(e.attachment): Attachment
14+
<!-- Description goes here -->
15+
16+
##### field(e.component): {WidgetName}
17+
<!-- Description goes here -->
18+
19+
##### field(e.element): DxElement
20+
<!-- Description goes here -->
21+
22+
---
23+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: dxChat.attachmentDownload
3+
type: eventType
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: Attachment
3+
module: ui/chat
4+
export: Attachment
5+
type: Object
6+
generateTypeLink:
7+
---
8+
---
9+
##### shortDescription
10+
<!-- Description goes here -->
11+
12+
---
13+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: Attachment.name
3+
type: String
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: Attachment.size
3+
type: Number
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
uid: ui/chat:AttachmentDownloadEvent
3+
module: ui/chat
4+
export: AttachmentDownloadEvent
5+
type: Object
6+
inherits: EventInfo
7+
references: dxChat.Options.onAttachmentDownload
8+
generateTypeLink:
9+
---
10+
---
11+
##### shortDescription
12+
<!-- Description goes here -->
13+
14+
---
15+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
uid: ui/chat:AttachmentDownloadEvent.attachment
3+
type: Attachment
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: TextMessage.attachments
3+
type: Array<Attachment>
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: dxScheduler.Options.editing.form.iconsShowMode
3+
type: Enums.AppointmentFormIconsShowMode
4+
default: 'main'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->

0 commit comments

Comments
 (0)