• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start 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

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.

In this article

Not finding the help you need?