New to Kendo UI for Vue? Start a free 30-day trial

Chat

Directive

kendo-chat

Child Components

Props

messages Object

Allows the localization of used strings (messages in Kendo UI for jQuery). The supported composite props are available in MessagesProps.

user Object

Configures the user information (user in Kendo UI for jQuery). The supported composite props are available in UserProps.

toolbar Object

Configures the toolbar of the Chat (toolbar in Kendo UI for jQuery). The supported composite props are available in ToolbarProps.

Events

actionclick: Function

Fires when an action button is clicked inside an attachment template or when a suggested action is clicked (actionClick in Kendo UI for jQuery).

post: Function

Fires when a message is posted in the Chat through the message box or as an action-button click (post in Kendo UI for jQuery).

sendmessage: Function

Fires when a message is posted through the message box (sendMessage in Kendo UI for jQuery).

typingend: Function

Fires when users clear the chat message box signaling in this way that they stopped typing or when they submit the currently typed content in the message box (typingEnd in Kendo UI for jQuery).

typingstart: Function

Fires when the user starts typing in the message box (typingStart in Kendo UI for jQuery). The event is fired only once (not on each keystroke).

toolclick: Function

Fires when the user clicks a button from the Chat toolbar (toolClick in Kendo UI for jQuery).

Methods

For more details about the methods available in the component's API please check its Kendo UI for jQuery API documentation.

kendoWidget

returns

Returns the Kendo UI Chat instance.