ChatComponent
Represents the Kendo UI Chat component for Angular.
Selector
kendo-chat
Inputs
Name | Type | Default | Description |
---|---|---|---|
messageBoxType |
|
| Used to switch between a one-liner input or a textarea. (see example#toc-message-box-types). |
messages |
| Sets the messages of the Chat. The message timestamp, if provided, tracks unique messages. For more information, refer to ngFor - Change Tracking. | |
user |
| Sets the |
Events
Name | Type | Description |
---|---|---|
executeAction |
| Fires when the user clicks a quick action button.
The Chat internally handles the Emits the |
sendMessage |
| Fires when the user types a message and clicks the Send button or presses Enter.
Emits the
|