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

    Interface HoverChanged

    Notifies the native layer when the hovered link changes.

    interface HoverChanged {
        href: string | null;
    }
    Index

    Properties

    Properties

    href: string | null