ParticipantsButtonStrings interface
可以重写的 ParticipantsButton 字符串。
属性
| aria |
按钮辅助功能公告的 Aria 标签 |
| copy |
用户何时将邀请链接复制到剪贴板的讲述人公告 |
| copy |
用于复制邀请链接的菜单按钮的标签 |
| label | 按钮标签 |
| menu |
弹出菜单标题 |
| mute |
用于将所有参与者设为静音的菜单按钮的标签 |
| participants |
用于显示参与者列表的菜单按钮的标签。 占位符:[numParticipants] |
| tooltip |
按钮工具提示内容。 |
属性详细信息
ariaLabel
按钮辅助功能公告的 Aria 标签
ariaLabel?: string
属性值
string
copyInviteLinkActionedAriaLabel
用户何时将邀请链接复制到剪贴板的讲述人公告
copyInviteLinkActionedAriaLabel: string
属性值
string
copyInviteLinkButtonLabel
用于复制邀请链接的菜单按钮的标签
copyInviteLinkButtonLabel: string
属性值
string
label
按钮标签
label: string
属性值
string
menuHeader
弹出菜单标题
menuHeader: string
属性值
string
muteAllButtonLabel
用于将所有参与者设为静音的菜单按钮的标签
muteAllButtonLabel: string
属性值
string
participantsListButtonLabel
用于显示参与者列表的菜单按钮的标签。 占位符:[numParticipants]
participantsListButtonLabel: string
属性值
string
tooltipContent
按钮工具提示内容。
tooltipContent?: string
属性值
string