Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LookerEmbedExplore

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

Hierarchy

Index

Methods

  • run(): void
  • send(message: string, params?: any): void
  • Send a message to the embedded content.

    Parameters

    • message: string

      String message identifier.

    • Optional params: any

      Additional parameters to be sent to the client. After transmission ownership of the parameters is transferred to the embedded Explore.

    Returns void

  • sendAndReceive(message: string, params?: any): Promise<any>
  • Send a message to the embedded content and resolve with a response

    Parameters

    • message: string

      String message identifier.

    • Optional params: any

      Additional parameters to be sent to the client. After transmission ownership of the parameters is transferred to the embedded Explore.

    Returns Promise<any>

Generated using TypeDoc