ScreenShareButtonStrings interface
Strings of ScreenShareButton that can be overridden.
Properties
off |
Label when button is off. |
on |
Label when button is on. |
tooltip |
|
tooltip |
Tooltip content when the button is off. |
tooltip |
Tooltip content when the button is on. |
Property Details
offLabel
Label when button is off.
offLabel: string
Property Value
string
onLabel
Label when button is on.
onLabel: string
Property Value
string
tooltipDisabledContent
- Tooltip content when the button is disabled.
tooltipDisabledContent?: string
Property Value
string
tooltipOffContent
Tooltip content when the button is off.
tooltipOffContent?: string
Property Value
string
tooltipOnContent
Tooltip content when the button is on.
tooltipOnContent?: string
Property Value
string