RaiseHandButtonStrings interface
可以重寫的 RaiseHandButton 字串。
屬性
| off |
關閉按鈕時的標籤。 |
| on |
按鈕開啟時加上標籤。 |
| tooltip |
|
| tooltip |
關閉按鈕時的工具提示內容。 |
| tooltip |
按鈕開啟時的工具提示內容。 |
屬性詳細資料
offLabel
關閉按鈕時的標籤。
offLabel: string
屬性值
string
onLabel
按鈕開啟時加上標籤。
onLabel: string
屬性值
string
tooltipDisabledContent
- 停用按鈕時的工具提示內容。
tooltipDisabledContent?: string
屬性值
string
tooltipOffContent
關閉按鈕時的工具提示內容。
tooltipOffContent?: string
屬性值
string
tooltipOnContent
按鈕開啟時的工具提示內容。
tooltipOnContent?: string
屬性值
string