Create an EmbedBuilder for an embedded Looker dashboard.
The numeric ID of a Looker User Defined Dashboard, or LookML Dashboard ID
Create a builder the initially loads a Looker dasboard
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 look.
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
Create an EmbedBuilder for an embedded Looker Merge Query.
The ID of a Looker explore
Create an EmbedBuilder for an embedded Looker Merge Query.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker query visualization.
The ID of a Looker query visualization
Create an EmbedBuilder for an embedded Looker query visualization.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker Query.
Create an EmbedBuilder for an embedded Looker Query.
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create an EmbedBuilder for an embedded Looker report.
The ID of a Looker report
Create an EmbedBuilder for an embedded Looker re[prt].
A signed SSO embed URL or embed URL for an already authenticated Looker user
Create a builder that loads an embedded URL.
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
.
Create an embed builder that preloads embedded Looker
Generated using TypeDoc
Clears all session data currently being tracked by the SDK. Use when it is desirable to modify or change the existing user for signed or cookieless sessions. Has little to no impact for private embed sessions.