Skip to content

rtk-confirmation-modal

Last updated View as MarkdownAgent setup

A confirmation modal.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-confirmation-modal></rtk-confirmation-modal>

With Properties

<rtk-confirmation-modal>
</rtk-confirmation-modal>
<script>
  const el = document.querySelector("rtk-confirmation-modal");

  el.meeting= meeting
</script>

Was this helpful?