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.

Welcome to our new beta documentation experience! Let us know what you think below, under "Was this article helpful?" 👍 👎

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
});