Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Type aliases

ApplyInteractiveEvent

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

Type parameters

  • ServiceAdditional: any = unknown

Type declaration

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

    Accepted services.

Variables

Const APPLY_INTERACTIVE_EVENT

APPLY_INTERACTIVE_EVENT: "RCB/Apply/Interactive" = "RCB/Apply/Interactive"

This event is fired when the user has consent and services are executed (but in document.readyState === "interactive" state).

For non-interactive state use the opt-in and opt-out events.

Generated using TypeDoc