User
Interface
Represents a participant in a Chat conversation (see example).
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
avatarAltText?
string
Sets the alt text for the user's avatar image.
avatarUrl?
string | SafeUrl
Sets an avatar image for the user. By default, the URLs are sanitized.
To allow unsafe values, such as a blob URI, mark the value as a SafeUrl.
id
any
Sets a unique ID for the user. Usually a number, but can be a string or object.
name?
string
Sets the display name for the user.