Convenience method for sending an edit message to the embedded dashboard.
Requires Looker 22.20 and Dashboards Next (see EmbedBuilder.withNext).
Convenience method for loading a new dashboard. Requires Looker 7.12 and Dashboards Next (see EmbedBuilder.withNext). Throws an error if the dashboard load did not happen, which can happen if the current dashboard is in edit mode.
The ID of the dashboard to load
Whether to push the new page onto history. Default is false.
Convenience method for opening the dashboard schedule dialog.
Requires Looker 7.18 and Dashboards Next (see EmbedBuilder.withNext).
Convenience method for sending a run message to the embedded dashboard.
Send a message to the embedded content.
String message identifier.
Additional parameters to be sent to the client. After transmission ownership of the parameters is transferred to the embedded Explore.
Send a message to the embedded content and resolve with a response
String message identifier.
Additional parameters to be sent to the client. After transmission ownership of the parameters is transferred to the embedded Explore.
Convenience method for setting options on the embedded dashboard.
An options object to be applied
Convenience method for sending a stop message to the embedded dashboard.
Requires Looker 7.14 and Dashboards Next (see EmbedBuilder.withNext).
Convenience method for updating the filters of the embedded dashboard.
Generated using TypeDoc
Client that communicates with an embedded Looker dashboard. Messages are documented here