CustomCallControlButtonStrings interface
Strings for CustomCallControlButtons
Properties
| aria |
Detailed description of the button for the benefit of screen readers. |
| aria |
The aria label of the button for the benefit of screen readers. |
| label | Optional label for the button |
| tooltip |
Text that is shown in Tooltip content |
Property Details
ariaDescription
Detailed description of the button for the benefit of screen readers.
ariaDescription?: string
Property Value
string
ariaLabel
The aria label of the button for the benefit of screen readers.
ariaLabel?: string
Property Value
string
label
Optional label for the button
label?: string
Property Value
string
tooltipContent
Text that is shown in Tooltip content
tooltipContent?: string
Property Value
string