MessageStatusIndicatorProps interface
Props for MessageStatusIndicator.
Properties
on |
|
read |
|
remote |
number of participants not including myself |
status | Message status that determines the icon to display. |
strings | Optional strings to override in component |
styles | Allows users to pass an object containing custom CSS styles. |
Property Details
onToggleToolTip
onToggleToolTip?: (isToggled: boolean) => void
Property Value
(isToggled: boolean) => void
readCount
readCount?: number
Property Value
number
remoteParticipantsCount
number of participants not including myself
remoteParticipantsCount?: number
Property Value
number
status
Message status that determines the icon to display.
status?: MessageStatus
Property Value
strings
Optional strings to override in component
strings?: MessageStatusIndicatorStrings
Property Value
styles
Allows users to pass an object containing custom CSS styles.
styles?: BaseCustomStyles