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

    Interface OnActionReceivedSubscribe

    Delivers the next action (plus its data) for the executor to run on the current page.

    interface OnActionReceivedSubscribe {
        state: { action: PirAction; data: ActionData };
    }
    Index

    Properties

    Properties

    state: { action: PirAction; data: ActionData }