TypingIndicatorProps interface
Props for TypingIndicator.
Properties
| on |
Callback to render typing users |
| strings | Optional strings to override in component |
| styles | Allows users to pass in an object contains custom CSS styles. |
| typing |
List of the typing users. |
Property Details
onRenderUser
Callback to render typing users
onRenderUser?: (users: CommunicationParticipant) => Element
Property Value
(users: CommunicationParticipant) => Element
strings
Optional strings to override in component
strings?: Partial<TypingIndicatorStrings>
Property Value
Partial<TypingIndicatorStrings>
styles
Allows users to pass in an object contains custom CSS styles.
styles?: TypingIndicatorStylesProps
Property Value
typingUsers
List of the typing users.
typingUsers: CommunicationParticipant[]