MessageStatusIndicatorStrings interface
Strings of MessageStatusIndicator that can be overridden.
Properties
delivered |
Aria label to notify user when their message has been delivered. |
delivered |
Text to display in the delivered message icon tooltip. |
failed |
Aria label to notify user when their message has failed to be sent. |
failed |
Text to display in the failed message icon tooltip. |
read |
Text to display in the seen message icon tooltip if read number logic is working correctly (more than 1 read number and more than 1 particiants) |
seen |
Aria label to notify user when their message has been seen by others. |
seen |
Text to display in the seen message icon tooltip if read number/ participant number is 1 |
sending |
Aria label to notify user when their message is being sent. |
sending |
Text to display in the sending message icon tooltip. |
Property Details
deliveredAriaLabel
Aria label to notify user when their message has been delivered.
deliveredAriaLabel?: string
Property Value
string
deliveredTooltipText
Text to display in the delivered message icon tooltip.
deliveredTooltipText: string
Property Value
string
failedToSendAriaLabel
Aria label to notify user when their message has failed to be sent.
failedToSendAriaLabel?: string
Property Value
string
failedToSendTooltipText
Text to display in the failed message icon tooltip.
failedToSendTooltipText: string
Property Value
string
readByTooltipText
Text to display in the seen message icon tooltip if read number logic is working correctly (more than 1 read number and more than 1 particiants)
readByTooltipText?: string
Property Value
string
seenAriaLabel
Aria label to notify user when their message has been seen by others.
seenAriaLabel?: string
Property Value
string
seenTooltipText
Text to display in the seen message icon tooltip if read number/ participant number is 1
seenTooltipText: string
Property Value
string
sendingAriaLabel
Aria label to notify user when their message is being sent.
sendingAriaLabel?: string
Property Value
string
sendingTooltipText
Text to display in the sending message icon tooltip.
sendingTooltipText: string
Property Value
string