devowl-wp
    Preparing search index...

    Type Alias OptOutAllEvent<ServiceAdditional>

    type OptOutAllEvent<ServiceAdditional = any> = {
        deleteHttpCookies: number[];
        ready: Promise<[[void[], void[]], void[]]>;
        services: { group: ServiceGroup; service: Service & ServiceAdditional }[];
    }

    Type Parameters

    • ServiceAdditional = any
    Index

    Properties

    deleteHttpCookies: number[]

    List of service IDs which hold HTTP cookies and need to be deleted server-side.

    ready: Promise<[[void[], void[]], void[]]>

    This promise determines if all the opt-in and opt-out scripts are loaded and fully available.

    services: { group: ServiceGroup; service: Service & ServiceAdditional }[]