Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Type aliases

Variables

Type aliases

OptInAllEvent

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

Type parameters

  • ServiceAdditional: any = unknown

Type declaration

  • ready: Promise<void[]>

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

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

Variables

Const OPT_IN_ALL_EVENT

OPT_IN_ALL_EVENT: "RCB/OptIn/All" = "RCB/OptIn/All"

Generated using TypeDoc