Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/cookie-consent-web-client/src/events/optOutAll"

Index

Type aliases

Variables

Type aliases

OptOutAllEvent

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

Type parameters

  • ServiceAdditional: any = unknown

Type declaration

  • deleteHttpCookies: number[]

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

  • ready: Promise<void[]>

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

  • services: Array<{ group: ServiceGroup; service: Service & ServiceAdditional }>

Variables

Const OPT_OUT_ALL_EVENT

OPT_OUT_ALL_EVENT: "RCB/OptOut/All" = "RCB/OptOut/All"

Generated using TypeDoc