-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathanalysis.json
59 lines (59 loc) · 1.36 KB
/
analysis.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
{
"schema_version": "1.0.0",
"namespaces": [
{
"name": "Vaadin",
"description": "",
"summary": "",
"sourceRange": {
"file": "src/vcf-breadcrumbs.html",
"start": {
"line": 44,
"column": 6
},
"end": {
"line": 44,
"column": 68
}
},
"elements": [
{
"description": "`<vcf-breadcrumbs>` is a template for vcf components.\n\n```\n<vcf-breadcrumbs>\n</vcf-breadcrumbs>\n```",
"summary": "",
"path": "src/vcf-breadcrumbs.html",
"properties": [],
"methods": [],
"staticMethods": [],
"demos": [
{
"url": "demo/index.html",
"description": ""
}
],
"metadata": {},
"sourceRange": {
"start": {
"line": 33,
"column": 6
},
"end": {
"line": 37,
"column": 7
}
},
"privacy": "public",
"superclass": "HTMLElement",
"name": "Vaadin.VaadinVcfElement",
"attributes": [],
"events": [],
"styling": {
"cssVariables": [],
"selectors": []
},
"slots": [],
"tagname": "vcf-breadcrumbs"
}
]
}
]
}