New to Kendo UI for Angular? Start 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
istrue
, the Chat shows a typing indicator instead of text.
Name | Type | Default | Description |
---|---|---|---|
attachmentLayout? |
|
Sets the layout for displaying message attachments. | |
attachments? |
|
Sets the message attachments. | |
author |
|
Sets the author of the message. | |
status? |
|
Sets the status string for the message. The status appears when the message is selected by clicking or through keyboard navigation. | |
suggestedActions? |
|
Sets the suggested quick actions to display below this message.
| |
text? |
|
Sets the text for the message. Some messages may contain only attachments or quick actions. | |
timestamp? |
|
Sets the time when the message was composed. | |
typing? |
|
Indicates if the message is still being typed by the user. If |