<LocationBlock>

The <LocationBlock> component displays a location in the world.

interface LocationBlockProps

Properties

The location 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 <LocationBlock> component is implemented as follows:

LocationBlock.js
1// loading...