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

    Interface GetTabContentResponse

    interface GetTabContentResponse {
        pageContext: PageContext | null;
    }
    Index

    Properties

    Properties

    pageContext: PageContext | null

    Extracted page context for the requested tab, or null if the tab has issues (closed, restricted page, extraction failure, etc).