A confirmation modal.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
states |
States |
✅ | - | States object |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<rtk-confirmation-modal></rtk-confirmation-modal><rtk-confirmation-modal>
</rtk-confirmation-modal><script>
const el = document.querySelector("rtk-confirmation-modal");
el.meeting= meeting
</script>