Skip to content

rtk-chat-search-results

Last updated View as MarkdownAgent setup

@deprecated rtk-chat-search-results is deprecated and will be removed soon. Use rtk-chat-messages-ui-paginated instead. -

Properties

Property Type Required Default Description
channelId string - Channel id
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting object
query string - Search query
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-chat-search-results></rtk-chat-search-results>

With Properties

<!-- component.html -->
<rtk-chat-search-results
 channelId="example"
 [meeting]="meeting"
 query="example">
</rtk-chat-search-results>

Was this helpful?