JavaScript Embedded AnalyticsStudio Events Reference

To listen to events, see Studio Events.

Lifecycle

apiReadyCopy Link
AgStudioApiReadyEvent
The API has been initialised and is ready for most calls. The data engine has not been initialised yet, and the UI is not ready.
studioReadyCopy Link
AgStudioReadyEvent
The data engine has been initialised, and the UI has been created, but may not be fully rendered yet.
studioPreDestroyedCopy Link
AgStudioPreDestroyedEvent
Invoked immediately before Studio is destroyed. This is useful for cleanup logic that needs to run before Studio is torn down.
errorRaisedCopy Link
AgStudioErrorRaisedEvent
An error has occurred within Studio.

State

stateUpdatedCopy Link
AgStudioStateUpdatedEvent
State has been updated.