ControlBarButtonStrings interface

Strings of ControlBarButton that can be overridden.

Properties

label

Label of the button. This supersedes onLabel or offLabel if used.

offLabel

Label of the button shown when the button is not checked.

onLabel

Label of the button shown when the button is checked.

tooltipContent

Tooltip content of the button. This supersedes tooltipDisabledContent, tooltipOnContent and tooltipOffContent if used.

tooltipDisabledContent

Tooltip content when the button is disabled.

tooltipOffContent

Tooltip content when the button is in the unchecked state.

tooltipOnContent

Tooltip content when the button is in the checked state.

Property Details

label

Label of the button. This supersedes onLabel or offLabel if used.

label?: string

Property Value

string

offLabel

Label of the button shown when the button is not checked.

offLabel?: string

Property Value

string

onLabel

Label of the button shown when the button is checked.

onLabel?: string

Property Value

string

tooltipContent

Tooltip content of the button. This supersedes tooltipDisabledContent, tooltipOnContent and tooltipOffContent if used.

tooltipContent?: string

Property Value

string

tooltipDisabledContent

Tooltip content when the button is disabled.

tooltipDisabledContent?: string

Property Value

string

tooltipOffContent

Tooltip content when the button is in the unchecked state.

tooltipOffContent?: string

Property Value

string

tooltipOnContent

Tooltip content when the button is in the checked state.

tooltipOnContent?: string

Property Value

string