-
Notifications
You must be signed in to change notification settings - Fork 8
/
custom-elements.json
70 lines (70 loc) · 1.7 KB
/
custom-elements.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
{
"schemaVersion": "1.0.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "src/extension/app/aem-sidekick.js",
"declarations": [
{
"kind": "class",
"description": "",
"name": "AEMSidekick",
"members": [
{
"kind": "field",
"name": "appStore",
"type": {
"text": "AppStore"
}
},
{
"kind": "method",
"name": "loadContext",
"parameters": [
{
"name": "config"
}
]
},
{
"kind": "field",
"name": "location",
"description": "Allow the location the sidekick is working with the be accessed via\nthe aem-sidekick element.",
"return": {
"type": {
"text": "URL"
}
},
"readonly": true
}
],
"superclass": {
"name": "LitElement",
"package": "lit"
},
"tagName": "aem-sidekick",
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "AEMSidekick",
"declaration": {
"name": "AEMSidekick",
"module": "src/extension/app/aem-sidekick.js"
}
},
{
"kind": "custom-element-definition",
"name": "aem-sidekick",
"declaration": {
"name": "AEMSidekick",
"module": "src/extension/app/aem-sidekick.js"
}
}
]
}
]
}