ReactionButtonStrings interface
可以重寫的 ReactionButton 字串。
屬性
applause |
拍手反應按鈕的工具提示內容。 |
aria |
用於反應按鈕輔助功能的 Aria 標籤公告 |
heart |
心臟反應按鈕的工具提示內容。 |
label | 按鈕的標籤。 |
laugh |
笑反應按鈕的工具提示內容。 |
like |
“讚”反應按鈕的工具提示內容。 |
surprised |
驚訝反應按鈕的工具提示內容。 |
tooltip |
啟用按鈕時的工具提示內容。 |
tooltip |
停用按鈕時的工具提示內容。 |
屬性詳細資料
applauseReactionTooltipContent
拍手反應按鈕的工具提示內容。
applauseReactionTooltipContent?: string
屬性值
string
ariaLabel
用於反應按鈕輔助功能的 Aria 標籤公告
ariaLabel: string
屬性值
string
heartReactionTooltipContent
心臟反應按鈕的工具提示內容。
heartReactionTooltipContent?: string
屬性值
string
label
按鈕的標籤。
label: string
屬性值
string
laughReactionTooltipContent
笑反應按鈕的工具提示內容。
laughReactionTooltipContent?: string
屬性值
string
likeReactionTooltipContent
“讚”反應按鈕的工具提示內容。
likeReactionTooltipContent?: string
屬性值
string
surprisedReactionTooltipContent
驚訝反應按鈕的工具提示內容。
surprisedReactionTooltipContent?: string
屬性值
string
tooltipContent
啟用按鈕時的工具提示內容。
tooltipContent?: string
屬性值
string
tooltipDisabledContent
停用按鈕時的工具提示內容。
tooltipDisabledContent?: string
屬性值
string