你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TypingIndicatorProps interface
TypingIndicator 的道具。
属性
on |
用于呈现键入用户的回调 |
strings | 组件中要重写的可选字符串 |
styles | 允许用户传入包含自定义 CSS 样式的对象。 |
typing |
键入用户的列表。 |
属性详细信息
onRenderUser
用于呈现键入用户的回调
onRenderUser?: (users: CommunicationParticipant) => Element
属性值
(users: CommunicationParticipant) => Element