-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathKeyedTemplate.data.json
More file actions
91 lines (91 loc) · 2.05 KB
/
KeyedTemplate.data.json
File metadata and controls
91 lines (91 loc) · 2.05 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
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
{
"title": "KeyedTemplate",
"hierarchy": [
[
{
"text": "KeyedTemplate"
}
]
],
"summary": [
{
"title": "Properties",
"items": [
11846,
11845
]
}
],
"reflections": {
"11845": {
"name": "key",
"type": "Property",
"url": "/api/interface/KeyedTemplate#key",
"comment": {
"summary": [
{
"kind": "text",
"text": "The unique key of the template."
}
]
},
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">key</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/view/index.d.ts",
"line": 952,
"character": 1
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "The unique key of the template."
}
]
},
"url": "/api/interface/KeyedTemplate#key"
}
]
},
"11846": {
"name": "createView",
"type": "Property",
"url": "/api/interface/KeyedTemplate#createview",
"comment": {
"summary": [
{
"kind": "text",
"text": "The function that creates the view."
}
]
},
"flags": {},
"signatures": [
{
"code": "createView: <a href=\"/api/interface/Template\">Template</a>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/view/index.d.ts",
"line": 957,
"character": 1
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "The function that creates the view."
}
]
},
"url": "/api/interface/KeyedTemplate#createview"
}
]
}
}
}