Enables or disables the tab-search chevron button for a specific tab location.

interface TabSearchLocationOptions {
    enabled: boolean;
}

Properties

Properties

enabled: boolean