MessageSettingsPremium
Configuration settings for message display and behavior.
| Name | Type | Default | Description |
|---|---|---|---|
allowMessageCollapse? |
|
Enables expand or collapse for messages to save space. | |
fileActions? |
|
Actions displayed for files in messages for this message type. When provided, this overrides the global fileActions for the specific message type (author/receiver). | |
messageContentTemplate? |
|
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 | |
messageContextMenuActions? |
|
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). | |
messageTemplate? |
|
React functional or class component used as a message template for this message type.
The corresponding | |
messageToolbarActions? |
|
Actions displayed in the message toolbar for this message type. When provided, this overrides the global messageToolbarActions for the specific message type (author/receiver). | |
messageWidthMode? |
|
Sets the message width mode.
| |
showAvatar? |
|
Controls whether avatars are displayed for this message type. When provided, this overrides the global showAvatar setting for the specific message type (author/receiver). | |
showUsername? |
|
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). |