通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageStatusIndicatorProps interface

属性

onToggleToolTip
readCount
remoteParticipantsCount

不包括自己在内的参与者数

status

确定要显示的图标的消息状态。

strings

在组件中重写的可选字符串

styles

允许用户传递包含自定义 CSS 样式的对象。

属性详细信息

onToggleToolTip

onToggleToolTip?: (isToggled: boolean) => void

属性值

(isToggled: boolean) => void

readCount

readCount?: number

属性值

number

remoteParticipantsCount

不包括自己在内的参与者数

remoteParticipantsCount?: number

属性值

number

status

确定要显示的图标的消息状态。

status?: MessageStatus

属性值

strings

在组件中重写的可选字符串

strings?: MessageStatusIndicatorStrings

属性值

styles

允许用户传递包含自定义 CSS 样式的对象。

styles?: BaseCustomStyles

属性值