<TextBlock>

The <TextBlock> component displays formatted text.

interface TextBlockProps

Properties

block
: TextBlock

The text block to display.

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

message
: MessageSnapshot

The message that this content block belongs to.

Example

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

TextBlock.js
1// loading...