<ReferencedMessage>

The <ReferencedMessage> component is used to display the contents of the message that was replied to.

interface ReferencedMessageProps

Properties

A collection of objects which are passed to all Chatbox theme components.

referencedMessage
: ReferencedMessageSnapshot

The message that's being referenced.

Example

In the default theme, the <ReferencedMessage> component is implemented as follows:

ReferencedMessage.js
1// loading...