グリッド処理のロジックを抽象化し、描画まで行うメインのグリッドコンポーネントです。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
aspectRatio |
string |
✅ | - | 各参加者のアスペクト比 |
config |
UIConfig |
❌ | createDefaultConfig() |
設定オブジェクト |
gap |
number |
✅ | - | 参加者間の間隔 |
gridSize |
GridSize |
✅ | - | グリッドサイズ |
iconPack |
IconPack |
❌ | defaultIconPack |
アイコンパック |
layout |
GridLayout |
✅ | - | グリッドレイアウト |
meeting |
Meeting |
✅ | - | Meeting オブジェクト |
overrides |
any |
✅ | - | 非推奨 |
size |
Size |
✅ | - | サイズ |
states |
States |
✅ | - | States オブジェクト |
t |
RtkI18n |
❌ | useLanguage() |
言語 |
<!-- component.html -->
<rtk-grid></rtk-grid><!-- component.html -->
<rtk-grid
aspectRatio="example"
gap="42"
gridSize="md">
</rtk-grid>