你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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