-
Notifications
You must be signed in to change notification settings - Fork 8.3k
/
Copy pathasset_manager.devdocs.json
72 lines (72 loc) · 1.85 KB
/
asset_manager.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
{
"id": "assetManager",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [
{
"parentPluginId": "assetManager",
"id": "def-server.AssetManagerConfig",
"type": "Interface",
"tags": [],
"label": "AssetManagerConfig",
"description": [],
"path": "x-pack/plugins/asset_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "assetManager",
"id": "def-server.AssetManagerConfig.alphaEnabled",
"type": "CompoundType",
"tags": [],
"label": "alphaEnabled",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/asset_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"parentPluginId": "assetManager",
"id": "def-server.WriteSamplesPostBody",
"type": "Type",
"tags": [],
"label": "WriteSamplesPostBody",
"description": [],
"signature": [
"{ baseDateTime?: string | number | undefined; excludeEans?: string[] | undefined; refresh?: boolean | \"wait_for\" | undefined; } | null"
],
"path": "x-pack/plugins/asset_manager/server/routes/sample_assets.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
}
],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}