ControlBarButtonStrings interface
可覆寫的 ControlBarButton 字串。
屬性
label | 按鈕的標籤。 如果使用的話,這會取代 onLabel 或 offLabel。 |
off |
未核取按鈕時所顯示的按鈕標籤。 |
on |
核取按鈕時所顯示的按鈕標籤。 |
tooltip |
按鈕的工具提示內容。 這會取代工具提示DisabledContent、tooltipOnContent 和 tooltipOffContent。如果使用的話。 |
tooltip |
停用按鈕時的工具提示內容。 |
tooltip |
按鈕處於未核取狀態時的工具提示內容。 |
tooltip |
按鈕處於已核取狀態時的工具提示內容。 |
屬性詳細資料
label
按鈕的標籤。 如果使用的話,這會取代 onLabel 或 offLabel。
label?: string
屬性值
string
offLabel
未核取按鈕時所顯示的按鈕標籤。
offLabel?: string
屬性值
string
onLabel
核取按鈕時所顯示的按鈕標籤。
onLabel?: string
屬性值
string
tooltipContent
按鈕的工具提示內容。 這會取代工具提示DisabledContent、tooltipOnContent 和 tooltipOffContent。如果使用的話。
tooltipContent?: string
屬性值
string
tooltipDisabledContent
停用按鈕時的工具提示內容。
tooltipDisabledContent?: string
屬性值
string
tooltipOffContent
按鈕處於未核取狀態時的工具提示內容。
tooltipOffContent?: string
屬性值
string
tooltipOnContent
按鈕處於已核取狀態時的工具提示內容。
tooltipOnContent?: string
屬性值
string