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

Message

Represents a Chat message (see example).

  • You must provide the author field.
  • Local users appear on the right in left-to-right languages and on the left in right-to-left languages.
  • If typing is true, the Chat shows a typing indicator instead of text.
NameTypeDefaultDescription

attachmentLayout?

AttachmentLayout

Sets the layout for displaying message attachments.

attachments?

Attachment[]

Sets the message attachments.

author

User

Sets the author of the message.

status?

string

Sets the status string for the message. The status appears when the message is selected by clicking or through keyboard navigation.

suggestedActions?

Action[]

Sets the suggested quick actions to display below this message.

Suggested actions appear only for the last message in the conversation.

text?

string

Sets the text for the message. Some messages may contain only attachments or quick actions.

timestamp?

Date

Sets the time when the message was composed.

typing?

boolean

Indicates if the message is still being typed by the user. If true, the Chat shows a typing indicator.

Not finding the help you need?
Contact Support