AboutSupportDeveloper GuideVersion 15.0.8

Type alias ShowHideTabsConfig

ShowHideTabsConfig: {
    disabled?: boolean;
    type: ShowHideTabs;
}

Configuration Object for the show/hide tabs button within the browser toolbar

Type declaration

Example

const showHideTabsConfig: ShowHideTabsConfig = {
type: BrowserButtonType.ShowHideTabs,
disabled: false
};