Optional
disabled?: booleanOptional
tabsOptional
disabled?: stringThe URL of the icon to display when the button is disabled and tabs are hidden.
The button is disabled when the page is locked.
Optional
enabled?: stringThe URL of the icon to display when the button is enabled and tabs are hidden.
Optional
tabsOptional
disabled?: stringThe URL of the icon to display when the button is disabled and tabs are hidden.
The button is disabled when the page is locked.
Optional
enabled?: stringThe URL of the icon to display when the button is enabled and tabs are hidden.
const showHideTabsConfig: ShowHideTabsConfig = {
type: BrowserButtonType.ShowHideTabs,
disabled: false
};
Configuration Object for the show/hide tabs button within the browser toolbar