New to KendoReactStart a free 30-day trial

Configuration settings for message display and behavior.

Definition

Package:@progress/kendo-react-conversational-ui

Properties

Enables expand or collapse for messages to save space.

Actions displayed for files in messages for this message type. When provided, this overrides the global fileActions for the specific message type (author/receiver).

React functional or class component used as a message content template for this message type. Rendered inside the .k-bubble-content element when provided. The corresponding message is passed as an item property. When provided, this template overrides the global messageContentTemplate for the specific message type (author/receiver).

Actions displayed in the message context menu for this message type. When provided, this overrides the global messageContextMenuActions for the specific message type (author/receiver).

React functional or class component used as a message template for this message type. The corresponding message is passed as an item property. When provided, this template overrides the global messageTemplate for the specific message type (author/receiver).

Actions displayed in the message toolbar for this message type. When provided, this overrides the global messageToolbarActions for the specific message type (author/receiver).

Sets the message width mode.

  • full—Message occupies the full width of the Chat.
  • standard—Message occupies a standard width for a compact display.

Controls whether avatars are displayed for this message type. When provided, this overrides the global showAvatar setting for the specific message type (author/receiver).

Controls whether author names are displayed for this message type. When provided, this overrides the global showUsername setting for the specific message type (author/receiver).