<GlobalSearchResultItem>
Note: The search functionality is only available on the TalkJS Growth plan and above.
The <GlobalSearchResultItem> component is displayed for each match found by the search functionality.
A collection of objects which are passed to all GlobalSearchResultItem theme components.
The conversation that's being displayed.
If true, this search result is the currently selected one.
The message containing the result item. If it's missing, then the search match is on the conversation itself.
In the default theme, the <GlobalSearchResultItem> component is implemented as follows:
GlobalSearchResultItem.jsJavaScript1// loading...