Options
All
  • Public
  • Public/Protected
  • All
Menu

A TCF special feature that needs to be disclosed to the end-user and requires the end-user's consent.

Hierarchy

Index

Properties

consent

consent: null | boolean

A boolean or null value which indicates whether the user gave (true) or refused (false) consent or did not take action yet (null) for this TCF special feature.

description

description: string

A user-friendly short description that needs to be disclosed to the end-user.

descriptionLegal

descriptionLegal: string

An official legal description that needs to be disclosed to the end-user.

id

id: number

The unique id as defined in the IAB global vendor list.

isPartOfASelectedStack

isPartOfASelectedStack: boolean

A boolean value which indicates whether the TCF special feature is part of a selected TCF stack. Stacks can be chosen in the admin interface.

name

name: string

The name as defined in the IAB global vendor list.

showConsentToggle

showConsentToggle: boolean

A boolean value which indicates whether the special feature toggle needs to be displayed in the TCF second layer.

stackId

stackId: null | number

The id of the selected TCF stack that this special feature is a part of. Is always null if isPartOfASelectedStack is false and always a number otherwise