| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
config |
UIConfig |
❌ | createDefaultConfig() |
配置对象 |
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
isPreview |
boolean |
✅ | - | 磁贴是否用于预览 |
nameTagPosition |
| 'bottom-left' | 'bottom-right' | 'bottom-center' | 'top-left' | 'top-right' | 'top-center' |
✅ | - | 名牌位置 |
participant |
Peer |
✅ | - | 参与者对象 |
size |
Size |
✅ | - | 尺寸 |
states |
States |
✅ | - | 状态对象 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
variant |
'solid' | 'gradient' |
✅ | - | 变体 |
<rtk-participant-setup></rtk-participant-setup><rtk-participant-setup>
</rtk-participant-setup><script>
const el = document.querySelector("rtk-participant-setup");
el.isPreview= true;
el.participant= participant
</script>