跳转到内容
搜索文档

rtk-spotlight-indicator

最后更新 查看 MarkdownAgent 设置

属性

属性 类型 必填 默认值 描述
iconPack IconPack defaultIconPack 图标包
meeting Meeting - 会议对象
size Size1 - 尺寸
t RtkI18n useLanguage() 语言

使用示例

基本用法

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

带有属性

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

  el.meeting= meeting
</script>

这篇文档对您有帮助吗?