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

    Interface ActionCompletedNotify

    Emitted when an action finishes (successfully, or with an error captured in the result).

    interface ActionCompletedNotify {
        result: ActionResponse;
    }
    Index

    Properties

    Properties