次の方法で共有


ControlBarButtonStrings interface

オーバーライドできる ControlBarButton の文字列。

プロパティ

label

ボタンのラベル。 これを使用すると、onLabel または offLabel に置き換えられます。

offLabel

ボタンがチェックされていないときに表示されるボタンのラベル。

onLabel

ボタンがオンになっているときに表示されるボタンのラベル。

tooltipContent

ボタンのツールヒントの内容。 これを使用すると、tooltipDisabledContent、tooltipOnContent、tooltipOffContent が置き換えられます。

tooltipDisabledContent

ボタンが無効になっている場合のヒントコンテンツ。

tooltipOffContent

ボタンがオフの状態の場合のヒントコンテンツ。

tooltipOnContent

ボタンがチェックされた状態の場合のヒントコンテンツ。

プロパティの詳細

label

ボタンのラベル。 これを使用すると、onLabel または offLabel に置き換えられます。

label?: string

プロパティ値

string

offLabel

ボタンがチェックされていないときに表示されるボタンのラベル。

offLabel?: string

プロパティ値

string

onLabel

ボタンがオンになっているときに表示されるボタンのラベル。

onLabel?: string

プロパティ値

string

tooltipContent

ボタンのツールヒントの内容。 これを使用すると、tooltipDisabledContent、tooltipOnContent、tooltipOffContent が置き換えられます。

tooltipContent?: string

プロパティ値

string

tooltipDisabledContent

ボタンが無効になっている場合のヒントコンテンツ。

tooltipDisabledContent?: string

プロパティ値

string

tooltipOffContent

ボタンがオフの状態の場合のヒントコンテンツ。

tooltipOffContent?: string

プロパティ値

string

tooltipOnContent

ボタンがチェックされた状態の場合のヒントコンテンツ。

tooltipOnContent?: string

プロパティ値

string