InterceptedApiType
Table of Contents
Named groups of ThoughtSpot APIs that can be intercepted, for use in
interceptUrls. Each group expands to the underlying request URLs, so you do
not have to list them individually.
Index🔗
Enumeration members🔗
ALL🔗
ALL:= "ALL"
Intercepts every fetch request the embedded application makes, not only
the data APIs. This includes authentication, session, and metadata calls,
so the handler must respond to requests it does not recognize by passing
execute: true. Listing this alongside other entries in interceptUrls
supersedes them.
Defined in : types.ts