OpenFin Workspace Platform API
    Preparing search index...

    Interface TabSearchButtonOptions

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

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