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

    Interface CustomTabControlsContextExperimental

    interface CustomTabControlsContext {
        closeElement?: HTMLElement;
        faviconElement?: HTMLElement;
        titleElement: HTMLElement;
        viewIdentity: Identity;
    }
    Index
    closeElement?: HTMLElement

    Anchor for the trailing outer edge. Absent when the view is not closable.

    faviconElement?: HTMLElement

    The favicon element. Hidden when favicons are disabled.

    titleElement: HTMLElement

    Anchor for inserting controls adjacent to the tab text.

    viewIdentity: Identity