ReactionButtonStrings interface
Strings of ReactionButton that can be overridden.
Properties
| applause |
Tooltip content of clap reaction button. |
| aria |
Aria label for reaction button accessibility announcement |
| heart |
Tooltip content of heart reaction button. |
| label | Label of the button. |
| laugh |
Tooltip content of laugh reaction button. |
| like |
Tooltip content of like reaction button. |
| surprised |
Tooltip content of surprised reaction button. |
| tooltip |
Tooltip content when the button is enabled. |
| tooltip |
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