AboutSupportDeveloper GuideVersion 45.150.101.1

Interface CustomTabControlsContextExperimental

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

Properties

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