SearchResultHeader

The SearchResultHeader component is rendered above the search results in the conversation list.

Props

The SearchResultHeader component receives the following props:

NameTypeDescription
type"conversations" or "messages"Whether it's the header for conversation or message results
hasMoreResultsbooleanWhether there are more search results available to load
hasMoreThanInitialResultsbooleanWhether additional search results have loaded
isLoadingResultsbooleanWhether the search is in progress

Available system components

The following system components are available to the ConversationListSearchBox component:

ShowMoreButton

The <ShowMoreButton> system component renders the button that loads additional search results.

Props

NameTypeDescription
classstringThe class given to the button

Usage example

1<ShowMoreButton class="show-more" />