Get the connection as a dashboard
Get the connection as an explore
Get the connection as an extension
Get the connection as an look
Returns a decimal representation of the major and minor version of the Looker instance that has been embedded. The patch version is ignored.
The value returned is -1 for Looker versions < 25.2.
The value returned for 25.2.45 is 25.2
Get the current page type
Returns true if the session has expired
Returns true if the page is currently being edited
Load Looker dashboard. This does not recreate the IFRAME.
For Looker 25.2 or greater it fires the new page:load event. For Looker < 25.2 it fires the legacy dashboard:load event.
Load Looker explore. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker extension. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker look. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker merge query. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load query. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker query visualization. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker report. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
Load Looker object using a URL. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown for unsupported Looker versions.
Render the preload page. This does not recreate the IFRAME.
Requires Looker 25.2 or greater. An error is thrown if unsupported Looker version.
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.
Generated using TypeDoc
Looker embedded connection