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

<!-- component.html -->
<rtk-dialog-manager></rtk-dialog-manager>

With Properties

<!-- component.html -->
<rtk-dialog-manager
 [meeting]="meeting"
 size="md">
</rtk-dialog-manager>