Components

MessageBubble

<MessageBubble {...MessageBubble.MessageBubbleProps} />

This component renders a single bubble in a list of messages.

Members

DynamicContentStore.<MessageBubble.MessageBubbleProps>

# static readonly Content

Dynamic content store

Type Definitions

MessageBubble.MessageBubbleProps

# MessageBubbleChildrenProps

Properties of Message bubble children.
Properties:
Name Type Attributes Description
isMemberOfChannel boolean <optional>
Represents if user is a member of the channel

# MessageBubbleProps

Properties of the Message bubble
Properties:
Name Type Attributes Default Description
message MessageState An object which represents a single message.
member MemberState <optional>
An object defining the properties of a remote client.
messageStyle MessagingCanvas.MessageStyle <optional>
Identifies how the message should be displayed.
useFriendlyName boolean <optional>
true An override to use the friendly name passed in member.
authorName string <optional>
A custom author name to be used.
hasMarkdownSupport boolean <optional>
If set to true, the body will be parsed as markdown.