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

    Interface GetTabContentRequest

    Asks native to extract the page content for a specific open tab. Called when the user picks a tab from the attach-tabs picker.

    interface GetTabContentRequest {
        tabId: string;
    }
    Index

    Properties

    Properties

    tabId: string

    Identifier of the tab to extract content from, as returned by omnibar_getOpenTabs.