ReplyBar
The ReplyBar
component is a subcomponent that is part of all preset themes. It is rendered by the MessageField
when the user is replying to a message, to display the referenced message.
Our preset themes pass the following props to the RecordingPreview
component. You can change the props it receives by updating the places in the theme where the component is invoked.
Name | Type | Description |
---|---|---|
messageData | Message | The message to which the user is replying |
In our preset themes, the ReplyBar
subcomponent is rendered inside the MessageField
. System components available to the MessageField are also available in this component.