Skip to content
Cloudflare Docs

rtk-chat-search-results

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

Properties

PropertyTypeRequiredDefaultDescription
channelIdstring-Channel id
iconPackIconPack1defaultIconPackIcon pack
meetingMeeting-Meeting object
querystring-Search query
tRtkI18n1useLanguage()Language

Usage Examples

Basic Usage

<rtk-chat-search-results></rtk-chat-search-results>

With Properties

<rtk-chat-search-results
channelId="example"
query="example">
</rtk-chat-search-results>
<script>
const el = document.querySelector("rtk-chat-search-results");
el.meeting= meeting
</script>