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

    Interface DuckplayerMessages

    Requests, Notifications and Subscriptions from the Duckplayer feature

    interface DuckplayerMessages {
        notifications:
            | OpenInfoNotification
            | OpenSettingsNotification
            | ReportInitExceptionNotification
            | ReportPageExceptionNotification
            | ReportYouTubeErrorNotification
            | TelemetryEventNotification;
        requests: GetUserValuesRequest
        | InitialSetupRequest
        | SetUserValuesRequest;
        subscriptions: OnUserValuesChangedSubscription;
    }
    Index

    Properties