Skip to main content

Payload

{
  "status": "string",
  "dashboardId": "string"
}

Properties

status
string
Status of the dashboard in the iframe. One of loading, running, done, or error.
dashboardId
string
The identifier of the dashboard that emitted the status event. This allows embedded dashboard consumers to identify which dashboard is reporting its status.

Example

{
  "status": "loading",
  "dashboardId": "dashboard-123abc"
}