Share via


ReactionButtonStrings interface

Strings of ReactionButton that can be overridden.

Properties

applauseReactionTooltipContent

Tooltip content of clap reaction button.

ariaLabel

Aria label for reaction button accessibility announcement

heartReactionTooltipContent

Tooltip content of heart reaction button.

label

Label of the button.

laughReactionTooltipContent

Tooltip content of laugh reaction button.

likeReactionTooltipContent

Tooltip content of like reaction button.

surprisedReactionTooltipContent

Tooltip content of surprised reaction button.

tooltipContent

Tooltip content when the button is enabled.

tooltipDisabledContent

Tooltip content when the button is disabled.

Property Details

applauseReactionTooltipContent

Tooltip content of clap reaction button.

applauseReactionTooltipContent?: string

Property Value

string

ariaLabel

Aria label for reaction button accessibility announcement

ariaLabel: string

Property Value

string

heartReactionTooltipContent

Tooltip content of heart reaction button.

heartReactionTooltipContent?: string

Property Value

string

label

Label of the button.

label: string

Property Value

string

laughReactionTooltipContent

Tooltip content of laugh reaction button.

laughReactionTooltipContent?: string

Property Value

string

likeReactionTooltipContent

Tooltip content of like reaction button.

likeReactionTooltipContent?: string

Property Value

string

surprisedReactionTooltipContent

Tooltip content of surprised reaction button.

surprisedReactionTooltipContent?: string

Property Value

string

tooltipContent

Tooltip content when the button is enabled.

tooltipContent?: string

Property Value

string

tooltipDisabledContent

Tooltip content when the button is disabled.

tooltipDisabledContent?: string

Property Value

string