forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkbn_apm_data_view.devdocs.json
94 lines (94 loc) · 2.41 KB
/
kbn_apm_data_view.devdocs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"id": "@kbn/apm-data-view",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "@kbn/apm-data-view",
"id": "def-common.getStaticDataViewId",
"type": "Function",
"tags": [],
"label": "getStaticDataViewId",
"description": [],
"signature": [
"(spaceId: string) => string"
],
"path": "src/platform/packages/shared/kbn-apm-data-view/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/apm-data-view",
"id": "def-common.getStaticDataViewId.$1",
"type": "string",
"tags": [],
"label": "spaceId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-apm-data-view/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "@kbn/apm-data-view",
"id": "def-common.isAPMDataView",
"type": "Function",
"tags": [],
"label": "isAPMDataView",
"description": [],
"signature": [
"(dataViewId: string) => boolean"
],
"path": "src/platform/packages/shared/kbn-apm-data-view/index.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "@kbn/apm-data-view",
"id": "def-common.isAPMDataView.$1",
"type": "string",
"tags": [],
"label": "dataViewId",
"description": [],
"signature": [
"string"
],
"path": "src/platform/packages/shared/kbn-apm-data-view/index.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
}
],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}