INTEGRITY Documentation

rtk-dialog-manager

A component which handles all dialog elements in a component such as:

Properties

Property Type Required Default Description
config UIConfig createDefaultConfig() UI Config
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size - Size
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-dialog-manager></rtk-dialog-manager>

With Properties

<rtk-dialog-manager
 size="md">
</rtk-dialog-manager>
<script>
  const el = document.querySelector("rtk-dialog-manager");

  el.meeting= meeting
</script>