DOM 内にある既存の rtk-meeting コンポーネントのフルスクリーンモードを切り替えるボタンです。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
size |
Size |
✅ | - | サイズ |
states |
States |
✅ | - | States オブジェクト |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
targetElement |
HTMLElement |
✅ | - | フルスクリーンにする対象要素 |
variant |
ControlBarVariant |
✅ | - | バリアント |
<rtk-fullscreen-toggle></rtk-fullscreen-toggle><rtk-fullscreen-toggle
size="md"
variant"button">
</rtk-fullscreen-toggle><script>
const el = document.querySelector("rtk-fullscreen-toggle");
</script>