TypingIndicatorProps interface
TypingIndicator的 Props。
屬性
on |
轉譯輸入使用者的回呼 |
strings | 在元件中覆寫的選擇性字串 |
styles | 允許使用者傳入物件包含自定義 CSS 樣式。 |
typing |
輸入用戶的清單。 |
屬性詳細資料
onRenderUser
轉譯輸入使用者的回呼
onRenderUser?: (users: CommunicationParticipant) => Element
屬性值
(users: CommunicationParticipant) => Element