Skip to content
Cloudflare Docs

rtk-notifications

A component which handles notifications. You can configure which notifications you want to see and which ones you want to hear. There are also certain limits which you can set as well.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfigcreateDefaultConfig()Config object
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
statesStates-States object
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-notifications></rtk-notifications>

With Properties

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