-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-elements.json
More file actions
46 lines (46 loc) · 1.43 KB
/
custom-elements.json
File metadata and controls
46 lines (46 loc) · 1.43 KB
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
{
"schemaVersion": "1.0.0",
"readme": "README.md",
"modules": [
{
"kind": "javascript-module",
"path": "dist/SvgHmi.js",
"declarations": [
{
"kind": "class",
"name": "SvgHmi",
"members": [
{
"kind": "field",
"name": "src",
"type": {
"text": "string"
}
}
],
"attributes": [
{
"name": "src",
"fieldName": "src"
}
],
"superclass": {
"name": "BaseCustomWebComponentConstructorAppend"
},
"tagName": "node-projects-svghmi",
"customElement": true
}
],
"exports": [
{
"kind": "custom-element-definition",
"name": "node-projects-svghmi",
"declaration": {
"name": "SvgHmi",
"module": "dist/SvgHmi.js"
}
}
]
}
]
}