MessageStatusIndicatorStrings interface

Strings of MessageStatusIndicator that can be overridden.

Properties

deliveredAriaLabel

Aria label to notify user when their message has been delivered.

deliveredTooltipText

Text to display in the delivered message icon tooltip.

failedToSendAriaLabel

Aria label to notify user when their message has failed to be sent.

failedToSendTooltipText

Text to display in the failed message icon tooltip.

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)

seenAriaLabel

Aria label to notify user when their message has been seen by others.

seenTooltipText

Text to display in the seen message icon tooltip if read number/ participant number is 1

sendingAriaLabel

Aria label to notify user when their message is being sent.

sendingTooltipText

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