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

<rtk-spotlight-indicator></rtk-spotlight-indicator>

With Properties

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

  el.meeting= meeting
</script>

Was this helpful?