Configures where tab-search chevron buttons should be shown in a browser window.

interface TabSearchButtonOptions {
    pageTabs?: TabSearchLocationOptions;
    viewTabs?: TabSearchLocationOptions;
}

Properties

Properties