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