Discover Response
wave:discoverResponse
Response event to a wave:discover event.
For Use In
Lightning Experience, Experience Builder Sites, Salesforce Mobile App, Lightning Out (Beta), Standalone Lightning App
The wave:discoverResponse event provides the response following a request for Analytics dashboards to identify their assets.
The wave:discover and wave:discoverResponse events are particularly useful for discovering when a dashboard is being added dynamically to the page, or whether the page has multiple dashboards.
For more information, see the Analytics Web SDK Dev Guide.
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
UID | Optional identifier that will be included in the request data. | string | ||
id | The identifier for the Analytics asset, in the form of a standard 18-character ID. | string | ![]() | |
isLoaded | A flag to determine whether the asset is loaded or still loading. | boolean | ![]() | |
title | The title of the asset. | string | ![]() | |
type | The type of the Analytics asset. Currently, only dashboard is supported. | string | ![]() |
