The numeric ID of a Looker User Defined Dashboard, or LookML Dashboard ID
Create an EmbedBuilder for an embedded Looker dashboard.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker Explore.
The ID of a Looker explore
Create an EmbedBuilder for an embedded Looker Explore.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker extension. Requires Looker 7.12
The ID of a Looker Look
Create an EmbedBuilder for an embedded Looker extension.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker dashboard.
The ID of a Looker Look
Create an EmbedBuilder for an embedded Looker Look.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Initialize the Embed SDK.
The address or base URL of the Looker host (example.looker.com:9999, https://example.looker.com:9999) This is required for verification of messages sent from the embedded content.
Initialize the Embed SDK to use a cookieless session.
The address or base URL of the host (example.looker.com:9999, https://example.looker.com:9999)
is either a string containing a server endpoint that will acquire the embed session OR
a RequestInfo object for a fetch call to the server endpoint that will acquire the embed session OR
a callback that will invoke the server endpoint that will acquire the embed session.
The server endpoint must ultimately call the Looker endpoint acquire_embed_cookieless_session
.
is either a string containing a server endpoint that will generate new tokens OR
a RequestInfo object for a fetch call to the server endpoint that will generate new tokens OR
a callback that will invoke the server endpoint that will generate new tokens.
The server endpoint should ultimately call the Looker endpoint generate_tokens_for_cookieless_session
.
Looker 22.20+
Generated using TypeDoc
Create an EmbedBuilder for an embedded Looker dashboard.