| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
size |
Size1 |
✅ | - | Size |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<rtk-spotlight-indicator></rtk-spotlight-indicator><rtk-spotlight-indicator
size="md">
</rtk-spotlight-indicator><script>
const el = document.querySelector("rtk-spotlight-indicator");
el.meeting= meeting
</script>