Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TCFSpecialFeature

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

Hierarchy

  • BasePurpose
    • TCFSpecialFeature

Index

Properties

consent

consent: boolean

A boolean value which indicates whether the user gave or refused consent for this TCF special feature. Defaults to false.

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.

stackId

stackId: number | null

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