プラグインの UI を描画するコンポーネントです。
プラグインの component(HTMLElement)は、この要素の light DOM に配置され、<slot> 経由で shadow DOM のレイアウトに投影されます。
これにより、利用側アプリケーションの外部 CSS が、プラグインのコンテンツにも適用され続けます。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
plugin |
RTKPlugin |
✅ | - | プラグイン |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
<!-- component.html -->
<rtk-plugin-main></rtk-plugin-main><!-- component.html -->
<rtk-plugin-main
[meeting]="meeting"
[plugin]="rtkplugin">
</rtk-plugin-main>