@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface TabMetadata

    Metadata for an open browser tab.

    interface TabMetadata {
        favicon: Favicon;
        tabId: string;
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    favicon: Favicon
    tabId: string

    Stable identifier for the tab. Used to request content via omnibar_getTabContent.

    title: string

    Tab title

    url: string

    Tab URL