IsClientLoaded

The isClientLoaded property returns true if the embed client and its dependencies are loaded

pyramidEmbedApi.isClientLoaded: boolean
  • Use this property to check if the embed client is fully loaded and ready for operations.

Example

The following initializes a new embed client for the target instance of Pyramid. The property returns "TRUE" if ready, otherwise "FALSE";

var client = new pyramidEmbedClient("https://analytics.pyramid.com"); client.init(); var check= client.IsClientLoaded;