ChatMessageProps
Interface
Represents the properties of ChatMessage component.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
allowMessageCollapse?
boolean
Determines whether messages can be collapsed/expanded when multiple consecutive messages are from the same author.
contentTemplate?
ComponentType<ChatMessageTemplateProps>
Represents the React Component rendered inside the .k-bubble-content element.
dateFormat?
string
Represents the date format of the message date.
Represents the data item of the Message.
selected
boolean
Sets the selected state of the component.
tabIndex?
number
Represents the tab index attribute.
template?
ComponentType<ChatMessageTemplateProps>
Represents the React Component rendered inside the Message.