ConversationListHeader
The ConversationListHeader
component is rendered above the list of conversations in the inbox widget.
The ConversationListHeader
component receives the following props:
Name | Type | Description |
---|---|---|
desktopNotificationEnabled | boolean | Whether desktop notifications are enabled |
The following system components are available to the UserMessage
component:
The <DesktopNotificationToggle>
system component renders a button that, when clicked, toggles desktop notifications.
Name | Type | Description |
---|---|---|
class | string | The class given to the button |
id | string | The id given to the button |
1<DesktopNotificationToggle class="notification-toggle" id="toggle" />