TypingIndicatorProps interface

Props for TypingIndicator.

Properties

onRenderUser

Callback to render typing users

strings

Optional strings to override in component

styles

Allows users to pass in an object contains custom CSS styles.

typingUsers

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

styles

Allows users to pass in an object contains custom CSS styles.

styles?: TypingIndicatorStylesProps

Property Value

typingUsers

List of the typing users.

typingUsers: CommunicationParticipant[]

Property Value