Skip to content

rtk-spotlight-indicator

Last updated View as MarkdownAgent setup

Properties

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

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-spotlight-indicator></rtk-spotlight-indicator>

With Properties

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

Was this helpful?