ControlBarButtonStrings interface
Strings of ControlBarButton that can be overridden.
Properties
label | Label of the button. This supersedes onLabel or offLabel if used. |
off |
Label of the button shown when the button is not checked. |
on |
Label of the button shown when the button is checked. |
tooltip |
Tooltip content of the button. This supersedes tooltipDisabledContent, tooltipOnContent and tooltipOffContent if used. |
tooltip |
Tooltip content when the button is disabled. |
tooltip |
Tooltip content when the button is in the unchecked state. |
tooltip |
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