Documentation Index

Fetch the complete documentation index at: https://usercentrics.document360.io/llms.txt

Use this file to discover all available pages before exploring further.

UC_UI_INITIALIZED

Prev Next

This is an example of how to wait for the CMP to initialize before executing code.

Example

window.addEventListener('UC_UI_INITIALIZED', function(event) {
  // Initialized
});