UNPKG
@tableau/taco-toolkit
Version:
beta (2.0.0-beta.1)
latest (2.2.0)
rc (1.0.0-rc.3)
tableau-2022.3 (1.0.1)
tableau-2022.3.1 (1.0.2)
tableau-2022.4 (1.1.0)
tableau-2022.4.1 (1.1.1)
tableau-2023.1 (1.2.0)
tableau-2023.2 (1.3.0)
tableau-2023.3 (2.0.0)
tableau-2024.1 (2.1.0)
tableau-2025.2 (2.2.0)
2.2.0
2.1.0
2.0.0
2.0.0-beta.1
2.0.0-beta
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
Tableau Connector Toolkit
help.tableau.com/current/api/webdataconnector/en-us/index.html
@tableau/taco-toolkit
/
dist
/
shared
/
enums
/
caller-type.d.ts
12 lines
(11 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
enum
CallerType
{ desktop =
"desktop"
, prep =
"prep"
, vizQLServer =
"vizqlserver"
, backgrounder =
"backgrounder"
, vizportal =
"vizportal"
, dataserver =
"dataserver"
, minerva =
"minerva"
, appdev =
"appdev"
, dcf =
"dcf"
}