CustomCallControlButtonStrings interface
CustomCallControlButtons 的字串
屬性
| aria |
螢幕助讀程式權益按鈕的詳細描述。 |
| aria |
按鈕的aria標籤,適用於螢幕助讀程式的優點。 |
| label | 按鈕的可選標籤 |
| tooltip |
工具提示內容中顯示的文字 |
屬性詳細資料
ariaDescription
螢幕助讀程式權益按鈕的詳細描述。
ariaDescription?: string
屬性值
string
ariaLabel
按鈕的aria標籤,適用於螢幕助讀程式的優點。
ariaLabel?: string
屬性值
string
label
按鈕的可選標籤
label?: string
屬性值
string
tooltipContent
工具提示內容中顯示的文字
tooltipContent?: string
屬性值
string