New to Kendo UI for Angular? Start a free 30-day trial
User
Represents a participant in a Chat conversation (see example).
Name | Type | Default | Description |
---|---|---|---|
avatarUrl? |
|
(Optional) An avatar image for the user. By default, the URLs of the avatar images will be sanitized. To allow unsafe values,
for example, a blob URI, mark the value as a ts
| |
id |
|
A unique ID for this user. Typically, the ID is a number. Can also be a string or an object. | |
name? |
|
(Optional) The displayed name for the user. |