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

    Scroll a matching element into view.

    interface ScrollAction {
        actionType: "scroll";
        id: string;
        retry?: RetryConfig;
        selector: string;
    }
    Index

    Properties

    actionType: "scroll"
    id: string
    retry?: RetryConfig
    selector: string

    selector for the element to scroll into view