-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathBindingOptions.data.json
More file actions
167 lines (167 loc) Β· 4.86 KB
/
BindingOptions.data.json
File metadata and controls
167 lines (167 loc) Β· 4.86 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
{
"title": "BindingOptions",
"hierarchy": [
[
{
"text": "BindingOptions"
}
]
],
"summary": [
{
"title": "Properties",
"items": [
9065,
9062,
9063,
9064
]
}
],
"reflections": {
"9062": {
"name": "sourceProperty",
"type": "Property",
"url": "/api/interface/BindingOptions#sourceproperty",
"comment": {
"summary": [
{
"kind": "text",
"text": "The property name of the source object (typically the ViewModel) to bind to."
}
]
},
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">sourceProperty</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/bindable/index.d.ts",
"line": 10,
"character": 4
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "The property name of the source object (typically the ViewModel) to bind to."
}
]
},
"url": "/api/interface/BindingOptions#sourceproperty"
}
]
},
"9063": {
"name": "targetProperty",
"type": "Property",
"url": "/api/interface/BindingOptions#targetproperty",
"comment": {
"summary": [
{
"kind": "text",
"text": "The property name of the target object (that is the Bindable instance) to bind the source property to."
}
]
},
"flags": {},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #B392F0\">targetProperty</span><span style=\"color: #E1E4E8\">: string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/bindable/index.d.ts",
"line": 14,
"character": 4
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "The property name of the target object (that is the Bindable instance) to bind the source property to."
}
]
},
"url": "/api/interface/BindingOptions#targetproperty"
}
]
},
"9064": {
"name": "twoWay",
"type": "Property",
"url": "/api/interface/BindingOptions#twoway",
"comment": {
"summary": [
{
"kind": "text",
"text": "True to establish a two-way binding, false otherwise. A two-way binding will synchronize both the source and the target property values regardless of which one initiated the change."
}
]
},
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #E1E4E8\">twoWay</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> boolean</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/bindable/index.d.ts",
"line": 18,
"character": 4
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "True to establish a two-way binding, false otherwise. A two-way binding will synchronize both the source and the target property values regardless of which one initiated the change."
}
]
},
"url": "/api/interface/BindingOptions#twoway"
}
]
},
"9065": {
"name": "expression",
"type": "Property",
"url": "/api/interface/BindingOptions#expression",
"comment": {
"summary": [
{
"kind": "text",
"text": "An expression used for calculations (convertions) based on the value of the property."
}
]
},
"flags": {
"isOptional": true
},
"signatures": [
{
"code": "<code><span class=\"line\"><span style=\"color: #E1E4E8\">expression</span><span style=\"color: #F97583\">?:</span><span style=\"color: #E1E4E8\"> string</span></span></code>",
"sources": [
{
"fileName": "@nativescript/core/ui/core/bindable/index.d.ts",
"line": 22,
"character": 4
}
],
"comment": {
"summary": [
{
"kind": "text",
"text": "An expression used for calculations (convertions) based on the value of the property."
}
]
},
"url": "/api/interface/BindingOptions#expression"
}
]
}
}
}