Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IConnectOptions

Connection and load options

Hierarchy

  • IConnectOptions

Index

Properties

signal?: AbortSignal

Allows caller to cancel the request. For example the call can implement setTimeout and if the timeout triggers it can call abortController.abort() to have the connect cancel. If the embedding application does call abort the request will reject.

waitUntilLoaded?: boolean

When true will block until page is loaded. Use abort signal to cancel. This will unblock the embedding application but processing may still be happening in the Looker server. Reasons for a connect to block are:

  1. embed domain not configured correctly in Looker
  2. user does not have permission

Generated using TypeDoc