Options
All
  • Public
  • Public/Protected
  • All
Menu

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

readonly
enum

{string}

Index

Enumeration members

Enumeration members

ERROR

ERROR: = "error"

CMP is in an error state. A CMP shall not respond to any other API requests if this cmpStatus is present. A CMP may set this status if, for any reason, it is unable to perform the operations in compliance with the TCF.

type

{string}

LOADED

LOADED: = "loaded"

CMP is finished loading

type

{string}

LOADING

LOADING: = "loading"

CMP is loading

type

{string}

STUB

STUB: = "stub"

CMP not yet loaded – stub still in place

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