ConversationListHeader

The ConversationListHeader component is rendered above the list of conversations in the inbox widget.

Props

The ConversationListHeader component receives the following props:

NameTypeDescription
desktopNotificationEnabledbooleanWhether desktop notifications are enabled

Available system components

The following system components are available to the UserMessage component:

DesktopNotificationToggle

The <DesktopNotificationToggle> system component renders a button that, when clicked, toggles desktop notifications.

Props

NameTypeDescription
classstringThe class given to the button
idstringThe id given to the button

Usage example

1<DesktopNotificationToggle class="notification-toggle" id="toggle" />