@deprecated このコンポーネントは非推奨です。代わりに rtk-chat-composer-view を使用してください。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
canSendFiles |
boolean |
✅ | - | ユーザーがファイルメッセージを送信できるかどうか |
canSendTextMessage |
boolean |
✅ | - | ユーザーがテキストメッセージを送信できるかどうか |
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
prefill |
{ suggestedReplies?: string[]; editMessage?: TextMessage; replyMessage?: TextMessage; } |
❌ | - | コンポーザーに事前入力します |
size |
Size1 |
✅ | - | サイズ |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
<rtk-chat-composer-ui></rtk-chat-composer-ui><rtk-chat-composer-ui
size="md">
</rtk-chat-composer-ui><script>
const el = document.querySelector("rtk-chat-composer-ui");
el.canSendFiles= true;
el.canSendTextMessage= true;
</script>