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

MessageStatusIndicatorProps interface

MessageStatusIndicator 的属性。

属性

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

属性值