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

    Interface CanBeSuspended

    Notification sent when the page's suspension eligibility changes.

    interface CanBeSuspended {
        canBeSuspended: boolean;
    }
    Index

    Properties

    Properties

    canBeSuspended: boolean

    False when the page has conditions preventing suspension. Currently only ever sent with 'false' value.