Newer Version Available
wave:discoverResponse
This event payload has five attributes; the unique ID of the dashboard, the component type, the dashboard title, the dashboard load status, and an optional parameter if it was sent the the request.
The wave:discoverDashboard and wave:discoverResponse events work hand-in-hand, and are particularly useful for discovering when a dashboard is being added dynamically to the page, or whether there are multiple dashboards on the page.
Refer to the wave:discoverDashboard event for details and an example using wave:discoverResponse.
| Attribute Name | Type | Description |
|---|---|---|
| id | String | The unique identifier of the dashboard in the form of a standard 18-character ID. |
| type | String | The type of component, usually dashboard. |
| title | String | The title of the dashboard. |
| isLoaded | Boolean | Whether the dashboard is loaded, or is still loading. |
| UID | String | Optional parameter that was sent with the request, if present. |
For more information about using the Analytics SDK with Lightning, see the Analytics SDK Developer Guide.