-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathLoadOptions.data.json
More file actions
125 lines (125 loc) · 3.21 KB
/
LoadOptions.data.json
File metadata and controls
125 lines (125 loc) · 3.21 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
{
"title": "LoadOptions",
"hierarchy": [
[
{
"text": "LoadOptions"
}
]
],
"summary": [
{
"title": "Properties",
"items": [
7512,
7513,
7511,
7514,
7510
]
}
],
"reflections": {
"7510": {
"name": "path",
"type": "Property",
"url": "/api/interface/LoadOptions#path",
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">path</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/builder/index.d.ts",
"line": 6,
"character": 1
}
],
"url": "/api/interface/LoadOptions#path"
}
]
},
"7511": {
"name": "name",
"type": "Property",
"url": "/api/interface/LoadOptions#name",
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">name</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/builder/index.d.ts",
"line": 7,
"character": 1
}
],
"url": "/api/interface/LoadOptions#name"
}
]
},
"7512": {
"name": "attributes",
"type": "Property",
"url": "/api/interface/LoadOptions#attributes",
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #E1E4E8\">attributes</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> any</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/builder/index.d.ts",
"line": 8,
"character": 1
}
],
"url": "/api/interface/LoadOptions#attributes"
}
]
},
"7513": {
"name": "exports",
"type": "Property",
"url": "/api/interface/LoadOptions#exports",
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #79B8FF\">exports</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> any</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/builder/index.d.ts",
"line": 9,
"character": 1
}
],
"url": "/api/interface/LoadOptions#exports"
}
]
},
"7514": {
"name": "page",
"type": "Property",
"url": "/api/interface/LoadOptions#page",
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "page?: <a href=\"/api/class/Page\">Page</a>",
"sources": [
{
"fileName": "@nativescript/core/ui/builder/index.d.ts",
"line": 10,
"character": 1
}
],
"url": "/api/interface/LoadOptions#page"
}
]
}
}
}