Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/cookie-consent-web-client/src/api/consentAll"

Index

Type aliases

Functions

Type aliases

P

P: Parameters<typeof consent>

Functions

consentAll

  • consentAll(options: P[0], technicalDefinitions: OmitFirst<P>[]): Promise<void[]>
  • window.consentApi.consentAll: Check if a set of given technical information (e.g. HTTP Cookie, LocalStorage, ...) have a consent. This is similar to window.consentApi.consent but for multiple cookies.

    Parameters

    • options: P[0]
    • technicalDefinitions: OmitFirst<P>[]

    Returns Promise<void[]>

Generated using TypeDoc