Skip to content

Commit 6d07f3d

Browse files
docs(Chat): Add missing parameter (#3280)
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
1 parent d7d22ff commit 6d07f3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/chat/data-binding.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ To bind the Chat to data, set its `Data` parameter to an `IEnumerable<T>` where
9595

9696
The Chat component provides field mapping parameters to work with different data models. Use these parameters to specify which properties in your data model correspond to Chat features:
9797

98+
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
99+
98100
| Parameter | Description | Default Value |
99101
|-----------|-------------|---------------|
100102
| `TextField` | Field containing message text content | `"Text"` |
101103
| `AuthorIdField` | Field containing the author/user ID | `"AuthorId"` |
104+
| `AuthorImageUrlField` | Field containing the author/user avatar image | `"AuthorImageUrl"` |
102105
| `AuthorNameField` | Field containing the author display name | `"AuthorName"` |
103106
| `TimestampField` | Field containing the message timestamp | `"Timestamp"` |
104107
| `IdField` | Field containing the unique message ID | `"Id"` |

0 commit comments

Comments
 (0)