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

TypingIndicatorProps interface

TypingIndicator 的道具。

属性

onRenderUser

用于呈现键入用户的回调

strings

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

styles

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

typingUsers

键入用户的列表。

属性详细信息

onRenderUser

用于呈现键入用户的回调

onRenderUser?: (users: CommunicationParticipant) => Element

属性值

(users: CommunicationParticipant) => Element

strings

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

strings?: Partial<TypingIndicatorStrings>

属性值

styles

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

styles?: TypingIndicatorStylesProps

属性值

typingUsers

键入用户的列表。

typingUsers: CommunicationParticipant[]

属性值