INTEGRITY Dokumentace

rtk-chat-search-results

@deprecated rtk-chat-search-results je zastaralá a bude brzy odstraněna. Použijte rtk-chat-messages-ui-paginated místo toho. -

Vlastnosti

Vlastnost Typ Povinné Výchozí Popis
channelId string - ID kanálu
iconPack IconPack1 defaultIconPack Sada ikon
meeting Meeting - Objekt Meeting
query string - Vyhledávací dotaz
t RtkI18n1 useLanguage() Jazyk

Příklady použití

Základní použití

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

S vlastnostmi

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