Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EmbedBuilder

Convenience type to aid migration from Looker 1.8.x to 2.0.0. In 1.8 this is a class that is treated as a type.

deprecated

use IEmbedBuilder

Hierarchy

Index

Methods

  • Allows specifying allow attributes (for example fullscreen) for an embedded content iframe.

    Parameters

    • Rest ...attr: string[]

      one or more allow attributes for an embedded content iframe.

    Returns IEmbedBuilder

  • withDynamicIFrameHeight(dynamicIFrameHeight?: boolean): IEmbedBuilder
  • deprecated

    dashboards legacy was was replaced by dashboards next. The -next suffix has no impact aside from the overhead of redirecting to /dashboards. Please remove.

    Parameters

    • Optional _: string

    Returns IEmbedBuilder

  • Allows specifying sandbox attributes for an embedded content iframe. Sandbox attributes should include allow-scripts or embedded content will not execute.

    Parameters

    • Rest ...attr: string[]

      one or more sandbox attributes for an embedded content iframe.

    Returns IEmbedBuilder

  • 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.

    Parameters

    • Optional monitor: boolean

      defaults to true

    Returns IEmbedBuilder

Generated using TypeDoc