Cookieless embed acquire session
The allowed attributes of an embedded content iframe, if provided
The address of the Looker instance being used
The auth config of this embedded content, if provided
The auth URL of this embedded content, if provided
The classnames to apply to the embedded content
Whether cover dialogs tops are to be scrolled into view
Whether IFRAME height is to be dynamically updated
The element to append the embedded content to.
The endpoint used to load content
the frame-border attribute to apply to the iframe
Cookieless embed generate tokens
The ID of this embedded content, if provided
Is cookieless embedding being used
The sandbox attributes of an embedded content iframe, if provided
Whether scrolling is monitored
The the suffix to append to the content type portion of the url
The type of embedded content, dashboard, look, and explore
The content URL of this embedded content, if provided
Select an element to append the embedded content to, either a content selector or the DOM element.
Constructs the embedded content, including creating the DOM element that contains the content.
Register an event handler.
Allows specifying allow attributes (for example fullscreen) for an embedded content iframe.
one or more allow attributes for an embedded content iframe.
Allows api host to be specified
Allows auth url to be specified
Allows auth url to be specified
URL to endpoint that can sign Looker SSO URLs
Allows specifying classes for an embedded content
one or more sandbox attributes for an embedded content.
Listens for covering dialogs being opened in the Looker IFRAME and scrolls the top of dialog into view.
defaults to true
Listens for page changed events from the embedded Looker IFRAME and updates the height of the IFRAME.
defaults to true
Allows specifying initial filters to apply to the embedded content.
Value for the frame-border
attribute of an embedded iframe
Allows specifying next generation content
Next generation suffix. Defaults to '-next'.
Allows manual control of URL parameters for the embedded content
Additional URL parameters created by ID.
Allows specifying sandbox attributes for an embedded content iframe. Sandbox attributes
should include allow-scripts
or embedded content will not execute.
one or more sandbox attributes for an embedded content iframe.
Monitors scroll position and informs the embedded Looker IFRAME of the current scroll position and the offset of the containing IFRAME within the window. Looker uses this information to position dialogs within the users viewport.
Requires Looker >=23.6.0
defaults to true
Allows specifying a theme for the content.
Theme name
Generated using TypeDoc
The builder class for EmbedClient. Contains methods for defining the properties of embedded Looker content.