-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathAddArrayFromBuilder.data.json
More file actions
77 lines (77 loc) · 1.95 KB
/
AddArrayFromBuilder.data.json
File metadata and controls
77 lines (77 loc) · 1.95 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
{
"title": "AddArrayFromBuilder",
"hierarchy": [
[
{
"text": "AddArrayFromBuilder"
}
]
],
"summary": [
{
"title": "Methods",
"items": [
11853
]
}
],
"reflections": {
"11853": {
"name": "_addArrayFromBuilder",
"type": "Method",
"url": "/api/interface/AddArrayFromBuilder#addarrayfrombuilder",
"flags": {},
"signatures": [
{
"type": "CallSignature",
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">_addArrayFromBuilder</span><span style=\"color: #E1E4E8\">(name: string, value: any[]): </span><span style=\"color: #F97583\">void</span></span></code>",
"url": "/api/interface/AddArrayFromBuilder#addarrayfrombuilder-addarrayfrombuilder-1",
"sources": [
{
"fileName": "@nativescript/core/ui/core/view/index.d.ts",
"line": 969,
"character": 1
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "A function that is called when an array declaration is found in xml."
}
]
},
"parameters": [
{
"name": "name",
"type": "string",
"flags": {},
"comment": {
"summary": [
{
"kind": "text",
"text": "Name of the array."
}
]
}
},
{
"name": "value",
"type": "any[]",
"flags": {},
"comment": {
"summary": [
{
"kind": "text",
"text": "The actual value of the array."
}
]
}
}
],
"returns": "void"
}
]
}
}
}