AboutSupportDeveloper GuideVersion 45.148.100.77

Interface AddTabButtonAriaLabelContext

Context for add tab button aria-label functions.

interface AddTabButtonAriaLabelContext {
    arrowNavigationEnabled: boolean;
    deleteKeyCloseEnabled: boolean;
    homeEndNavigationEnabled: boolean;
    tabCount: number;
}

Properties

arrowNavigationEnabled: boolean
deleteKeyCloseEnabled: boolean
homeEndNavigationEnabled: boolean
tabCount: number