Skip to content

UC_UI_INITIALIZED

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

Example

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