New to Kendo UI for AngularStart a free 30-day trial

User

Represents a participant in a Chat conversation (see example).

NameTypeDefaultDescription

avatarUrl?

string | SafeUrl

(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 SafeUrl

ts
import { DomSanitizer } from '@angular/platform-browser';
...
const avatarUrl = sanitizer.bypassSecurityTrustUrl('blob.https://example.com');

id

any

A unique ID for this user. Typically, the ID is a number. Can also be a string or an object.

name?

string

(Optional) The displayed name for the user.

Not finding the help you need?
Contact Support