ScreenShareButtonStrings interface
可覆寫的 ScreenShareButton 字串。
屬性
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