Skip to content

Commit

Permalink
DocGen 24_2 result
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot committed Nov 7, 2024
1 parent 063ce05 commit 53f795b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
id: dxChat.Options.messageTemplate
type: template | null
default: null
---
---
##### shortDescription
<!-- Description goes here -->

##### param(data): Object
<!-- Description goes here -->

##### field(data.component): dxChat
<!-- Description goes here -->

##### field(data.message): Message
<!-- Description goes here -->

##### param(messageBubbleElement): DxElement
<!-- Description goes here -->

##### return: String | Element | jQuery
<!-- Description goes here -->

---
<!-- Description goes here -->
3 changes: 3 additions & 0 deletions metadata/syntax-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9006,6 +9006,9 @@
"react": "Item",
"vue": "DxItem"
},
"dxChatOptions.messageTemplate": {
"vue": "message-template"
},
"dxChatOptions.onContentReady": {
"vue": "@content-ready"
},
Expand Down

0 comments on commit 53f795b

Please sign in to comment.