Chat

Example

<kendo-chat>
    <messages />
    <toolbar></toolbar>
    <user />
</kendo-chat>

ChildTags

Tag Name Details
messages ChatMessagesSettingsTagHelper
toolbar ChatToolbarSettingsTagHelper
user ChatUserSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
on-action-click String Fired when an action button is clicked inside an attachment template or when a suggestedAction is clicked.
on-post String Fires when a message is posted to the Chat. Can be either through the message box, or through an action button click.
on-send-message String Fires when a message is posted through the Chat message box.
on-tool-click String Fires when a button from the toolbar is clicked.
on-typing-end String Fires when the user clears the chat message box which signals that the user has stopped typing. The event is also triggered when the user submits the currently typed in message.
on-typing-start String Fires when the user starts typing in the Chat message box. The event is fired only once and not upon each keystroke.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?