Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Enumerations

Classes

Interfaces

Type aliases

Functions

Type aliases

AriaLabelsTranslation: LegacyAriaLabelsTranslations
CcpaButtonCustomization: SaveButtonCustomization
CornerPosition: "tl" | "tr" | "bl" | "br"
Data: DefaultData | CcpaData | TcfData
Labels: CcpaLabels | DefaultLabels | TcfUISettingsLabels
LogoPosition: "center" | "left" | "right"
Maybe<T>: T | null | undefined

Type parameters

  • T

MaybeButton: ButtonColor | null
SecondLayerUrl: string
TCFFeature: BasePurpose

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

TCFSpecialPurpose: BasePurpose

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

TCFUserDecisionOnSpecialFeature: BaseTCFUserDecision

A user's consent decision for a single special feature

TCFVendorRestrictionType: RestrictionType
TcfButtonsCustomization: CommonButtonsCustomization

Functions

  • isCcpaData(data: Maybe<Data>): data is CcpaData
  • isCcpaLabels(labels: Maybe<Labels>): labels is CcpaLabels
  • isDefaultData(data: Maybe<Data>): data is DefaultData
  • isTcfData(data: Maybe<Data>): data is TcfData