Options
All
  • Public
  • Public/Protected
  • All
Menu

An enum representing all the possible statuses for the displayStatus returned through the CMP API

readonly
enum

{string}

Index

Enumeration members

Enumeration members

DISABLED

DISABLED: = "disabled"

User interface will not show (e.g. GDPR does not apply or TC data is current and does not need renewal)

type

{string}

HIDDEN

HIDDEN: = "hidden"

User interface is not yet or no longer displayed

type

{string}

VISIBLE

VISIBLE: = "visible"

User interface is currently displayed

type

{string}

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc