-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathCreateViewEventData.data.json
More file actions
195 lines (195 loc) Β· 5.05 KB
/
Copy pathCreateViewEventData.data.json
File metadata and controls
195 lines (195 loc) Β· 5.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"title": "CreateViewEventData",
"hierarchy": [
[
{
"text": "EventData",
"link": "/api/interface/EventData"
}
],
[
{
"text": "CreateViewEventData"
}
]
],
"summary": [
{
"title": "Properties",
"items": [
20442,
20443,
20444,
20441
]
}
],
"reflections": {
"20441": {
"name": "view",
"type": "Property",
"url": "/api/interface/CreateViewEventData#view",
"comment": {
"summary": [
{
"kind": "text",
"text": "The native view that should be added to the visual tree."
}
]
},
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">view</span><span style=\"color: #E1E4E8\">: any</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/placeholder/index.d.ts",
"line": 36,
"character": 1
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "The native view that should be added to the visual tree."
}
]
},
"url": "/api/interface/CreateViewEventData#view"
}
]
},
"20442": {
"name": "context",
"type": "Property",
"url": "/api/interface/CreateViewEventData#context",
"comment": {
"summary": [
{
"kind": "text",
"text": "An optional context for creating the view."
}
]
},
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #E1E4E8\">context</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> any</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/placeholder/index.d.ts",
"line": 41,
"character": 1
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "An optional context for creating the view."
}
]
},
"url": "/api/interface/CreateViewEventData#context"
}
]
},
"20443": {
"name": "eventName",
"type": "Property",
"url": "/api/interface/CreateViewEventData#eventname",
"comment": {
"summary": [
{
"kind": "text",
"text": "The name of the event."
}
]
},
"flags": {},
"inheritedFrom": {
"name": "eventName",
"url": "/api/interface/EventData#eventname",
"fromName": "EventData",
"fromUrl": "/api/interface/EventData"
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">eventName</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/data/observable/index.d.ts",
"line": 9,
"character": 4
}
],
"inheritedFrom": {
"name": "eventName",
"url": "/api/interface/EventData#eventname",
"fromName": "EventData",
"fromUrl": "/api/interface/EventData"
},
"comment": {
"summary": [
{
"kind": "text",
"text": "The name of the event."
}
]
},
"url": "/api/interface/CreateViewEventData#eventname"
}
]
},
"20444": {
"name": "object",
"type": "Property",
"url": "/api/interface/CreateViewEventData#object",
"comment": {
"summary": [
{
"kind": "text",
"text": "The Observable instance that has raised the event."
}
]
},
"flags": {},
"inheritedFrom": {
"name": "object",
"url": "/api/interface/EventData#object",
"fromName": "EventData",
"fromUrl": "/api/interface/EventData"
},
"signatures": [
{
"code": "object: <a href=\"/api/class/Observable\">Observable</a>",
"sources": [
{
"fileName": "@nativescript/core/data/observable/index.d.ts",
"line": 13,
"character": 4
}
],
"inheritedFrom": {
"name": "object",
"url": "/api/interface/EventData#object",
"fromName": "EventData",
"fromUrl": "/api/interface/EventData"
},
"comment": {
"summary": [
{
"kind": "text",
"text": "The Observable instance that has raised the event."
}
]
},
"url": "/api/interface/CreateViewEventData#object"
}
]
}
}
}