AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface AddTabButtonAriaLabelContext

    Context for add tab button aria-label functions.

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