Options
All
  • Public
  • Public/Protected
  • All
Menu

@usercentrics/cmp-browser-sdk - v3.1.0

Index

Enumerations

Classes

Interfaces

Type aliases

Functions

Type aliases

AriaLabelsTranslation

AriaLabelsTranslation: LegacyAriaLabelsTranslations

CcpaButtonCustomization

CcpaButtonCustomization: SaveButtonCustomization

CornerPosition

CornerPosition: "tl" | "tr" | "bl" | "br"

Data

Data: DefaultData | CcpaData | TcfData

DefaultButtonsConfig

Labels

Labels: CcpaLabels | DefaultLabels | TcfUISettingsLabels

LogoPosition

LogoPosition: "center" | "left" | "right"

Maybe

Maybe<T>: T | null | undefined

Type parameters

  • T

MaybeButton

MaybeButton: ButtonColor | null

SecondLayerUrl

SecondLayerUrl: string

TCFFeature

TCFFeature: BasePurpose

A TCF feature that needs to be disclosed to the end-user.

TCFSpecialPurpose

TCFSpecialPurpose: BasePurpose

A TCF special purpose that needs to be disclosed to the end-user.

TCFUserDecisionOnSpecialFeature

TCFUserDecisionOnSpecialFeature: BaseTCFUserDecision

A user's consent decision for a single special feature

TCFVendorRestrictionType

TCFVendorRestrictionType: RestrictionType

TcfButtonsCustomization

TcfButtonsCustomization: CommonButtonsCustomization

UI

UISettings

Functions

Const isCcpaData

  • isCcpaData(data: Maybe<Data>): data is CcpaData

Const isCcpaLabels

  • isCcpaLabels(labels: Maybe<Labels>): labels is CcpaLabels

Const isCcpaUI

Const isDefaultData

  • isDefaultData(data: Maybe<Data>): data is DefaultData

Const isDefaultLabels

Const isDefaultUI

Const isPrivacyButtonUI

Const isTcfData

  • isTcfData(data: Maybe<Data>): data is TcfData

Const isTcfLabels

Const isTcfUI