Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILookerEmbedDashboard

Client that communicates with an embedded Looker dashboard. Messages are documented here

Hierarchy

  • ILookerEmbedDashboard

Index

Methods

  • edit(): void
  • Convenience method for sending an edit message to the embedded dashboard.

    Returns void

  • openScheduleDialog(): Promise<void>
  • Convenience method for opening the dashboard schedule dialog.

    Returns Promise<void>

  • run(): void
  • Convenience method for sending a run message to the embedded dashboard.

    Returns void

  • stop(): void
  • Convenience method for sending a stop message to the embedded dashboard.

    Returns void

Generated using TypeDoc