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

    Interface SelectionFrameChangedParams

    Reports whether this frame has a selection without sending the selected text.

    interface SelectionFrameChangedParams {
        eventTimestamp: number;
        hasSelection: boolean;
    }
    Index
    eventTimestamp: number

    The event time expressed against the frame's performance time origin.

    hasSelection: boolean

    Whether this frame currently owns a non-empty selection.