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

Hierarchy

Properties

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: string

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

descriptionLegal?: string

An official legal description that needs to be disclosed to the end-user (<TCF22).

id: number

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

illustrations?: string[]

An official example description that needs to be disclosed to the end-user (>=TCF22).

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: string

The name as defined in the IAB global vendor list.

showConsentToggle: boolean

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

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