interface HorizontalOverflowObject {
    defaultTitleText?: string;
    showTabCount?: boolean;
    toggleAriaLabel?: string;
}

Properties

defaultTitleText?: string

The text which displays when an overflowing tab isn't selected

showTabCount?: boolean

Flag which shows the count of overflowing tabs when enabled

toggleAriaLabel?: string

The aria label applied to the button which toggles the tab overflow menu