Skip to content

rtk-chat-search-results

@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

<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>