跳转到内容
搜索文档

rtk-chat-search-results

最后更新 查看 MarkdownAgent 设置

@deprecated rtk-chat-search-results 已弃用,即将删除。请改用 rtk-chat-messages-ui-paginated。 -

属性

属性 类型 必填 默认值 描述
channelId string - 频道 ID
iconPack IconPack1 defaultIconPack 图标包
meeting Meeting - Meeting 对象
query string - 搜索查询
t RtkI18n1 useLanguage() 语言

使用示例

基本用法

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

带属性用法

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

这篇文档对您有帮助吗?