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

    Interface CloseButtonAriaLabelContext

    Context for close button aria-label functions.

    interface CloseButtonAriaLabelContext {
        arrowNavigationEnabled: boolean;
        deleteKeyCloseEnabled: boolean;
        homeEndNavigationEnabled: boolean;
        isActive: boolean;
        title: string;
    }
    Index
    arrowNavigationEnabled: boolean
    deleteKeyCloseEnabled: boolean
    homeEndNavigationEnabled: boolean
    isActive: boolean
    title: string