← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / core
rtk-file-message
@deprecated rtk-file-message je zastaralá a bude brzy odstraněna. Použijte rtk-file-message-view místo toho.
Komponenta, která vykresluje zprávu se souborem z chatu.
Vlastnosti
| Vlastnost | Typ | Povinné | Výchozí | Popis |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Sada ikon |
isContinued |
boolean |
✅ | - | Zda je zpráva pokračováním od stejného uživatele |
message |
FileMessage |
✅ | - | Objekt textové zprávy |
now |
Date |
✅ | - | Objekt Date aktuálního okamžiku pro výpočet rozdílu mezi daty |
showBubble |
boolean |
✅ | - | zobrazit zprávu v bublině |
t |
RtkI18n |
❌ | useLanguage() |
Jazyk |
Příklady použití
Základní použití
<rtk-file-message></rtk-file-message>S vlastnostmi
<rtk-file-message>
</rtk-file-message><script>
const el = document.querySelector("rtk-file-message");
el.isContinued= true;
</script>