Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 814 Bytes

File metadata and controls

24 lines (14 loc) · 814 Bytes

Home > @yext/chat-ui-react > MessageBubble

MessageBubble() function

A component that displays the provided message.

Signature:

export declare function MessageBubble({ message, showFeedbackButtons, showTimestamp, customCssClasses, formatTimestamp, linkTarget, onLinkClick, }: MessageBubbleProps): React.JSX.Element;

Parameters

Parameter Type Description
{ message, showFeedbackButtons, showTimestamp, customCssClasses, formatTimestamp, linkTarget, onLinkClick, } MessageBubbleProps

Returns:

React.JSX.Element