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

    Interface HistoryQueryInfo

    interface HistoryQueryInfo {
        finished: boolean;
        query: QueryKind;
    }
    Index

    Properties

    Properties

    finished: boolean

    Indicates whether there are more items outside of the current query

    query: QueryKind