pcf-toolkit 0.2.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pcf_toolkit/__init__.py +6 -0
- pcf_toolkit/cli.py +738 -0
- pcf_toolkit/cli_helpers.py +62 -0
- pcf_toolkit/data/__init__.py +1 -0
- pcf_toolkit/data/manifest.schema.json +1097 -0
- pcf_toolkit/data/schema_snapshot.json +2377 -0
- pcf_toolkit/data/spec_raw.json +2877 -0
- pcf_toolkit/io.py +65 -0
- pcf_toolkit/json_schema.py +30 -0
- pcf_toolkit/models.py +384 -0
- pcf_toolkit/proxy/__init__.py +1 -0
- pcf_toolkit/proxy/addons/__init__.py +1 -0
- pcf_toolkit/proxy/addons/redirect_bundle.py +70 -0
- pcf_toolkit/proxy/browser.py +157 -0
- pcf_toolkit/proxy/cli.py +1570 -0
- pcf_toolkit/proxy/config.py +310 -0
- pcf_toolkit/proxy/doctor.py +279 -0
- pcf_toolkit/proxy/mitm.py +206 -0
- pcf_toolkit/proxy/server.py +50 -0
- pcf_toolkit/py.typed +1 -0
- pcf_toolkit/rich_help.py +173 -0
- pcf_toolkit/schema_snapshot.py +47 -0
- pcf_toolkit/types.py +95 -0
- pcf_toolkit/xml.py +484 -0
- pcf_toolkit/xml_import.py +548 -0
- pcf_toolkit-0.2.5.dist-info/METADATA +494 -0
- pcf_toolkit-0.2.5.dist-info/RECORD +31 -0
- pcf_toolkit-0.2.5.dist-info/WHEEL +5 -0
- pcf_toolkit-0.2.5.dist-info/entry_points.txt +2 -0
- pcf_toolkit-0.2.5.dist-info/licenses/LICENSE.md +183 -0
- pcf_toolkit-0.2.5.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,2377 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generated_at": "2026-01-08T01:56:32.913878Z",
|
|
3
|
+
"root_url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/",
|
|
4
|
+
"slugs": [
|
|
5
|
+
"code",
|
|
6
|
+
"control",
|
|
7
|
+
"css",
|
|
8
|
+
"data-set",
|
|
9
|
+
"dependency",
|
|
10
|
+
"domain",
|
|
11
|
+
"event",
|
|
12
|
+
"external-service-usage",
|
|
13
|
+
"feature-usage",
|
|
14
|
+
"img",
|
|
15
|
+
"manifest",
|
|
16
|
+
"platform-action",
|
|
17
|
+
"platform-library",
|
|
18
|
+
"property",
|
|
19
|
+
"property-dependencies",
|
|
20
|
+
"property-dependency",
|
|
21
|
+
"property-set",
|
|
22
|
+
"resources",
|
|
23
|
+
"resx",
|
|
24
|
+
"type",
|
|
25
|
+
"type-group",
|
|
26
|
+
"types",
|
|
27
|
+
"uses-feature"
|
|
28
|
+
],
|
|
29
|
+
"elements": {
|
|
30
|
+
"code": {
|
|
31
|
+
"title": "code element",
|
|
32
|
+
"summary": "",
|
|
33
|
+
"available_for": [
|
|
34
|
+
"Model-driven and canvas apps"
|
|
35
|
+
],
|
|
36
|
+
"parameters": [
|
|
37
|
+
{
|
|
38
|
+
"Name": "path",
|
|
39
|
+
"Description": "Place where the resource files are located",
|
|
40
|
+
"Type": "String",
|
|
41
|
+
"Required": "Yes",
|
|
42
|
+
"Available for": "Model-driven and canvas apps"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"Name": "order",
|
|
46
|
+
"Description": "The order in which the resource files should load",
|
|
47
|
+
"Type": "Positive integer",
|
|
48
|
+
"Required": "Yes",
|
|
49
|
+
"Available for": "Model-driven and canvas apps"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"child_elements": [],
|
|
53
|
+
"parent_elements": [
|
|
54
|
+
{
|
|
55
|
+
"Element": "resources",
|
|
56
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"value_tables": {},
|
|
60
|
+
"sections": {
|
|
61
|
+
"Share via": [
|
|
62
|
+
"Note",
|
|
63
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
64
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
65
|
+
],
|
|
66
|
+
"In this article": [
|
|
67
|
+
"Available for",
|
|
68
|
+
"Parameters",
|
|
69
|
+
"Parent Elements",
|
|
70
|
+
"Refers to the path where the resource files are located."
|
|
71
|
+
],
|
|
72
|
+
"Available for": [
|
|
73
|
+
"Model-driven and canvas apps"
|
|
74
|
+
],
|
|
75
|
+
"Parameters": [],
|
|
76
|
+
"Parent Elements": [],
|
|
77
|
+
"Example": [],
|
|
78
|
+
"Related articles": [
|
|
79
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
80
|
+
],
|
|
81
|
+
"Feedback": [
|
|
82
|
+
"Was this page helpful?",
|
|
83
|
+
"Need help with this topic?",
|
|
84
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
85
|
+
],
|
|
86
|
+
"Additional resources": [
|
|
87
|
+
"Events",
|
|
88
|
+
"FabCon Atlanta",
|
|
89
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
90
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
91
|
+
"Last updated on 05/28/2022"
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
"examples": [
|
|
95
|
+
{
|
|
96
|
+
"language": "xml",
|
|
97
|
+
"code": "<code path=\"TS_IncrementControl.js\" order=\"1\" />\n <css path=\"css/TS_IncrementControl.css\" order=\"1\" />\n <resx path=\"strings/TSIncrementControl.1033.resx\" version=\"1.0.0\" />",
|
|
98
|
+
"heading": "Example"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/code"
|
|
102
|
+
},
|
|
103
|
+
"control": {
|
|
104
|
+
"title": "control element",
|
|
105
|
+
"summary": "",
|
|
106
|
+
"available_for": [
|
|
107
|
+
"Model-driven and canvas apps"
|
|
108
|
+
],
|
|
109
|
+
"parameters": [
|
|
110
|
+
{
|
|
111
|
+
"Name": "namespace",
|
|
112
|
+
"Description": "Defines the object prototype of the component",
|
|
113
|
+
"Type": "Only letters or numbers",
|
|
114
|
+
"Required": "Yes",
|
|
115
|
+
"Available for": "Model-driven and canvas apps"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"Name": "constructor",
|
|
119
|
+
"Description": "A method for initializing the object",
|
|
120
|
+
"Type": "Only letters or numbers",
|
|
121
|
+
"Required": "Yes",
|
|
122
|
+
"Available for": "Model-driven and canvas apps"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"Name": "control-type",
|
|
126
|
+
"Description": "Whether the control is a standard control or a React control. The value of virtual indicates a React control using platform React library. Virtual controls are a feature in public preview. More information: React controls & platform libraries",
|
|
127
|
+
"Type": "standard|virtual",
|
|
128
|
+
"Required": "No",
|
|
129
|
+
"Available for": "Model-driven and canvas apps"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"Name": "description-key",
|
|
133
|
+
"Description": "Defines the description of the component visible in the UI.",
|
|
134
|
+
"Type": "string",
|
|
135
|
+
"Required": "No",
|
|
136
|
+
"Available for": "Model-driven and canvas apps"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"Name": "display-name-key",
|
|
140
|
+
"Description": "Defines the name of the control visible in the UI.",
|
|
141
|
+
"Type": "string",
|
|
142
|
+
"Required": "Yes",
|
|
143
|
+
"Available for": "Model-driven and canvas apps"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"Name": "preview-image",
|
|
147
|
+
"Description": "Image used on the customization screens to show a preview of the component.",
|
|
148
|
+
"Type": "string",
|
|
149
|
+
"Required": "No",
|
|
150
|
+
"Available for": "Model-driven apps"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"Name": "version",
|
|
154
|
+
"Description": "Defines the version of the component defined in Semantic Versioning",
|
|
155
|
+
"Type": "string",
|
|
156
|
+
"Required": "Yes",
|
|
157
|
+
"Available for": "Model-driven and canvas apps"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"child_elements": [
|
|
161
|
+
{
|
|
162
|
+
"Element": "data-set",
|
|
163
|
+
"Description": "The dataset node in the component manifest represents a specific, configurable representation of a set of table records.",
|
|
164
|
+
"Occurrences": "0 or more"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"Element": "external-service-usage",
|
|
168
|
+
"Description": "Indicates whether this control is using external service or not. If it is, set the enabled attribute flag as true and add the external service domain to the <domain> property. A control that uses any external service is a premium control and the end user will need a Power Apps license to open an app with a premium control. More information: Licensing",
|
|
169
|
+
"Occurrences": "0 or 1"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"Element": "property",
|
|
173
|
+
"Description": "The property node defines a specific, configurable piece of data that the component expects from the Microsoft Dataverse.",
|
|
174
|
+
"Occurrences": "0 or more"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"Element": "resources",
|
|
178
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization.",
|
|
179
|
+
"Occurrences": "1"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"Element": "type-group",
|
|
183
|
+
"Description": "The type-group node defines a set of types identified by a single name. This information can be used to identify the data types supported by a specific property.",
|
|
184
|
+
"Occurrences": "0 or more"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"Element": "property-dependencies",
|
|
188
|
+
"Description": "Defines a group of property-dependencies.",
|
|
189
|
+
"Occurrences": "0 or more"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"Element": "platform-action",
|
|
193
|
+
"Description": "Used to specify that control dependencies load on demand instead of when the control is loaded.",
|
|
194
|
+
"Occurrences": "0 or 1"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"parent_elements": [
|
|
198
|
+
{
|
|
199
|
+
"Element": "manifest",
|
|
200
|
+
"Description": "Manifest is the metadata file that defines a component. It is an XML file that describes:\n\nThe namespace of the component.\nThe kind of data it can be configured, either a field or a dataset.\nAny properties that can be configured in the application when the component is added.\nA list of resource files that the component needs.\n\nOne of them must be a TypeScript web resource. This TypeScript must include a function that will instantiate an object. This implements an interface that exposes methods that are required for the component to work. This is called the component implementation library.\n\n\nThe name of a TypeScript function in the component implementation library that will return an object that applies the required component interface.\n\nWhen the user configures a custom component in a canvas app or a model-driven app, the data in the manifest filters out the available components so that only the valid components for the context are available for configuration. The properties defined in the manifest for a component are rendered as configuration fields so that the user configuring the component can specify values. These property values are then available to the component function at run time."
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"value_tables": {},
|
|
204
|
+
"sections": {
|
|
205
|
+
"Share via": [
|
|
206
|
+
"Note",
|
|
207
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
208
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
209
|
+
],
|
|
210
|
+
"In this article": [
|
|
211
|
+
"Available for",
|
|
212
|
+
"Parameters",
|
|
213
|
+
"Parent Elements",
|
|
214
|
+
"Child Elements",
|
|
215
|
+
"Example",
|
|
216
|
+
"Defines the component's namespace, version, and display information."
|
|
217
|
+
],
|
|
218
|
+
"Available for": [
|
|
219
|
+
"Model-driven and canvas apps"
|
|
220
|
+
],
|
|
221
|
+
"Parameters": [],
|
|
222
|
+
"Parent Elements": [
|
|
223
|
+
"The namespace of the component.",
|
|
224
|
+
"The kind of data it can be configured, either a field or a dataset.",
|
|
225
|
+
"Any properties that can be configured in the application when the component is added.",
|
|
226
|
+
"A list of resource files that the component needs.\n\nOne of them must be a TypeScript web resource. This TypeScript must include a function that will instantiate an object. This implements an interface that exposes methods that are required for the component to work. This is called the component implementation library.",
|
|
227
|
+
"One of them must be a TypeScript web resource. This TypeScript must include a function that will instantiate an object. This implements an interface that exposes methods that are required for the component to work. This is called the component implementation library.",
|
|
228
|
+
"The name of a TypeScript function in the component implementation library that will return an object that applies the required component interface."
|
|
229
|
+
],
|
|
230
|
+
"Child Elements": [],
|
|
231
|
+
"Example": [],
|
|
232
|
+
"Related articles": [
|
|
233
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
234
|
+
],
|
|
235
|
+
"Feedback": [
|
|
236
|
+
"Was this page helpful?",
|
|
237
|
+
"Need help with this topic?",
|
|
238
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
239
|
+
],
|
|
240
|
+
"Additional resources": [
|
|
241
|
+
"Events",
|
|
242
|
+
"FabCon Atlanta",
|
|
243
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
244
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
245
|
+
"Last updated on 03/24/2025"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"examples": [
|
|
249
|
+
{
|
|
250
|
+
"language": "xml",
|
|
251
|
+
"code": "<control namespace=\"MyNameSpace\"\n constructor=\"JSHelloWorldControl\"\n version=\"1.0.0\"\n display-name-key=\"JS_HelloWorldControl_Display_Key\"\n description-key=\"JS_HelloWorldControl_Desc_Key\"\n control-type=\"standard\"\n preview-image=\"img/preview.png\">\n</control>",
|
|
252
|
+
"heading": "Example"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/control"
|
|
256
|
+
},
|
|
257
|
+
"css": {
|
|
258
|
+
"title": "css element",
|
|
259
|
+
"summary": "",
|
|
260
|
+
"available_for": [
|
|
261
|
+
"Model-driven and canvas apps"
|
|
262
|
+
],
|
|
263
|
+
"parameters": [
|
|
264
|
+
{
|
|
265
|
+
"Name": "path",
|
|
266
|
+
"Description": "Relative path w.r.t manifest where CSS files are located",
|
|
267
|
+
"Type": "string",
|
|
268
|
+
"Required": "Yes",
|
|
269
|
+
"Available for": "Model-driven and canvas apps"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"Name": "order",
|
|
273
|
+
"Description": "The order in which the CSS files Should load",
|
|
274
|
+
"Type": "Positive integer",
|
|
275
|
+
"Required": "Optional",
|
|
276
|
+
"Available for": "Model-driven and canvas apps"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"child_elements": [],
|
|
280
|
+
"parent_elements": [
|
|
281
|
+
{
|
|
282
|
+
"Element": "resources",
|
|
283
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"value_tables": {},
|
|
287
|
+
"sections": {
|
|
288
|
+
"Share via": [
|
|
289
|
+
"Note",
|
|
290
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
291
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
292
|
+
],
|
|
293
|
+
"In this article": [
|
|
294
|
+
"Available for",
|
|
295
|
+
"Parameters",
|
|
296
|
+
"Parent Elements",
|
|
297
|
+
"Example",
|
|
298
|
+
"CSS describes how code components are to be displayed on UI."
|
|
299
|
+
],
|
|
300
|
+
"Available for": [
|
|
301
|
+
"Model-driven and canvas apps"
|
|
302
|
+
],
|
|
303
|
+
"Parameters": [],
|
|
304
|
+
"Parent Elements": [],
|
|
305
|
+
"Example": [],
|
|
306
|
+
"Related articles": [
|
|
307
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
308
|
+
],
|
|
309
|
+
"Feedback": [
|
|
310
|
+
"Was this page helpful?",
|
|
311
|
+
"Need help with this topic?",
|
|
312
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
313
|
+
],
|
|
314
|
+
"Additional resources": [
|
|
315
|
+
"Events",
|
|
316
|
+
"FabCon Atlanta",
|
|
317
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
318
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
319
|
+
"Last updated on 05/28/2022"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
"examples": [
|
|
323
|
+
{
|
|
324
|
+
"language": "xml",
|
|
325
|
+
"code": "<resources>\n <code path=\"TS_LocalizationAPI.js\" order=\"1\" />\n <css path=\"css/TS_LocalizationAPI.css\" order=\"1\" />\n </resources>",
|
|
326
|
+
"heading": "Example"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/css"
|
|
330
|
+
},
|
|
331
|
+
"data-set": {
|
|
332
|
+
"title": "data-set element",
|
|
333
|
+
"summary": "",
|
|
334
|
+
"available_for": [],
|
|
335
|
+
"parameters": [
|
|
336
|
+
{
|
|
337
|
+
"Name": "description-key",
|
|
338
|
+
"Description": "Defines the description of the property.",
|
|
339
|
+
"Type": "string",
|
|
340
|
+
"Required": "Optional",
|
|
341
|
+
"Available for": "Model-driven and canvas apps"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"Name": "display-name-key",
|
|
345
|
+
"Description": "Defines the name of the property.",
|
|
346
|
+
"Type": "string",
|
|
347
|
+
"Required": "Yes",
|
|
348
|
+
"Available for": "Model-driven and canvas apps"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"Name": "name",
|
|
352
|
+
"Description": "Name of the grid",
|
|
353
|
+
"Type": "string",
|
|
354
|
+
"Required": "Yes",
|
|
355
|
+
"Available for": "Model-driven and canvas apps"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"Name": "cds-data-set-options",
|
|
359
|
+
"Description": "Displays the Commandbar, ViewSelector, QuickFind if set to true",
|
|
360
|
+
"Type": "string",
|
|
361
|
+
"Required": "Yes",
|
|
362
|
+
"Available for": "Model-driven apps"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"child_elements": [],
|
|
366
|
+
"parent_elements": [
|
|
367
|
+
{
|
|
368
|
+
"Element": "control",
|
|
369
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"value_tables": {},
|
|
373
|
+
"sections": {
|
|
374
|
+
"Share via": [
|
|
375
|
+
"Note",
|
|
376
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
377
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
378
|
+
],
|
|
379
|
+
"In this article": [
|
|
380
|
+
"Parameters",
|
|
381
|
+
"Parent Elements",
|
|
382
|
+
"Example",
|
|
383
|
+
"The dataset node in the component manifest represents a specific, configurable representation of a set of table records.",
|
|
384
|
+
"You can define multiple datasets in the manifest. The first dataset in the manifest is as the primary dataset. When you configure a multi dataset component, the primary dataset property always has name Items. All nonprimary dataset properties will have a _Items suffix after the dataset name.",
|
|
385
|
+
"Certain features in the authoring panel only apply to the primary dataset properties, such as data source selector, field selector, and view selector. To configure a nonprimary dataset property, the maker needs to first import the data source to the app, then set the property value to that secondary data source. Property-set should be used for accessing columns in a nonprimary dataset property."
|
|
386
|
+
],
|
|
387
|
+
"Parameters": [],
|
|
388
|
+
"Parent Elements": [],
|
|
389
|
+
"Example": [],
|
|
390
|
+
"Related articles": [
|
|
391
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
392
|
+
],
|
|
393
|
+
"Feedback": [
|
|
394
|
+
"Was this page helpful?",
|
|
395
|
+
"Need help with this topic?",
|
|
396
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
397
|
+
],
|
|
398
|
+
"Additional resources": [
|
|
399
|
+
"Events",
|
|
400
|
+
"FabCon Atlanta",
|
|
401
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
402
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
403
|
+
"Last updated on 12/07/2024"
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"examples": [
|
|
407
|
+
{
|
|
408
|
+
"language": "xml",
|
|
409
|
+
"code": "<data-set name=\"dataSetGrid\"\n display-name-key=\"DataSetGridProperty\"\n cds-data-set-options=\"displayCommandBar:true;displayViewSelector:true;displayQuickFind:true\">\n</data-set>",
|
|
410
|
+
"heading": "Example"
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/data-set"
|
|
414
|
+
},
|
|
415
|
+
"dependency": {
|
|
416
|
+
"title": "dependency element",
|
|
417
|
+
"summary": "",
|
|
418
|
+
"available_for": [
|
|
419
|
+
"Model-driven apps"
|
|
420
|
+
],
|
|
421
|
+
"parameters": [
|
|
422
|
+
{
|
|
423
|
+
"Name": "type",
|
|
424
|
+
"Description": "Set to control",
|
|
425
|
+
"Type": "String",
|
|
426
|
+
"Required": "Yes",
|
|
427
|
+
"Available for": "Model-driven apps"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"Name": "name",
|
|
431
|
+
"Description": "The schema name name of the library component",
|
|
432
|
+
"Type": "String",
|
|
433
|
+
"Required": "Yes",
|
|
434
|
+
"Available for": "Model-driven apps"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"Name": "order",
|
|
438
|
+
"Description": "The order in which the dependent library should load",
|
|
439
|
+
"Type": "Positive integer",
|
|
440
|
+
"Required": "No",
|
|
441
|
+
"Available for": "Model-driven apps"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"Name": "load-type",
|
|
445
|
+
"Description": "Set to onDemand",
|
|
446
|
+
"Type": "String",
|
|
447
|
+
"Required": "No",
|
|
448
|
+
"Available for": "Model-driven apps"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"child_elements": [],
|
|
452
|
+
"parent_elements": [
|
|
453
|
+
{
|
|
454
|
+
"Element": "resources",
|
|
455
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"value_tables": {},
|
|
459
|
+
"sections": {
|
|
460
|
+
"Share via": [
|
|
461
|
+
"Note",
|
|
462
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
463
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
464
|
+
],
|
|
465
|
+
"In this article": [
|
|
466
|
+
"Available for",
|
|
467
|
+
"Parameters",
|
|
468
|
+
"Parent Elements",
|
|
469
|
+
"Refers to a library in another component that this component depends on."
|
|
470
|
+
],
|
|
471
|
+
"Available for": [
|
|
472
|
+
"Model-driven apps"
|
|
473
|
+
],
|
|
474
|
+
"Parameters": [],
|
|
475
|
+
"Parent Elements": [],
|
|
476
|
+
"Example": [],
|
|
477
|
+
"Related articles": [
|
|
478
|
+
"Dependent Libraries (preview)\nPower Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
479
|
+
],
|
|
480
|
+
"Feedback": [
|
|
481
|
+
"Was this page helpful?",
|
|
482
|
+
"Need help with this topic?",
|
|
483
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
484
|
+
],
|
|
485
|
+
"Additional resources": [
|
|
486
|
+
"Events",
|
|
487
|
+
"FabCon Atlanta",
|
|
488
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
489
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
490
|
+
"Last updated on 03/25/2025"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
"examples": [
|
|
494
|
+
{
|
|
495
|
+
"language": "xml",
|
|
496
|
+
"code": "<dependency \n type=\"control\" \n name=\"samples_SampleNS.SampleStubLibraryPCF\" \n load-type=\"onDemand\"/>",
|
|
497
|
+
"heading": "Example"
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/dependency"
|
|
501
|
+
},
|
|
502
|
+
"domain": {
|
|
503
|
+
"title": "domain Element",
|
|
504
|
+
"summary": "",
|
|
505
|
+
"available_for": [
|
|
506
|
+
"Canvas apps"
|
|
507
|
+
],
|
|
508
|
+
"parameters": [],
|
|
509
|
+
"child_elements": [],
|
|
510
|
+
"parent_elements": [
|
|
511
|
+
{
|
|
512
|
+
"Element": "external-service-usage",
|
|
513
|
+
"Description": "Indicates whether this control is using external service or not. If it is, set the enabled attribute flag as true and add the external service domain to the <domain> property. A control that uses any external service is a premium control and the end user will need a Power Apps license to open an app with a premium control. More information: Licensing"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"value_tables": {},
|
|
517
|
+
"sections": {
|
|
518
|
+
"Share via": [
|
|
519
|
+
"Note",
|
|
520
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
521
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
522
|
+
],
|
|
523
|
+
"In this article": [
|
|
524
|
+
"Available for",
|
|
525
|
+
"Parent Elements",
|
|
526
|
+
"Example",
|
|
527
|
+
"Specifies the domain within the external-service-usage element"
|
|
528
|
+
],
|
|
529
|
+
"Available for": [
|
|
530
|
+
"Canvas apps"
|
|
531
|
+
],
|
|
532
|
+
"Parent Elements": [],
|
|
533
|
+
"Example": [],
|
|
534
|
+
"Related articles": [
|
|
535
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
536
|
+
],
|
|
537
|
+
"Feedback": [
|
|
538
|
+
"Was this page helpful?",
|
|
539
|
+
"Need help with this topic?",
|
|
540
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
541
|
+
],
|
|
542
|
+
"Additional resources": [
|
|
543
|
+
"Events",
|
|
544
|
+
"FabCon Atlanta",
|
|
545
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
546
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
547
|
+
"Last updated on 02/23/2023"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"examples": [
|
|
551
|
+
{
|
|
552
|
+
"language": "xml",
|
|
553
|
+
"code": "<external-service-usage enabled=\"true\">\n <domain>www.Microsoft.com</domain>\n</external-service-usage>",
|
|
554
|
+
"heading": "Example"
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/domain"
|
|
558
|
+
},
|
|
559
|
+
"event": {
|
|
560
|
+
"title": "event element",
|
|
561
|
+
"summary": "",
|
|
562
|
+
"available_for": [
|
|
563
|
+
"Canvas and model-driven apps"
|
|
564
|
+
],
|
|
565
|
+
"parameters": [
|
|
566
|
+
{
|
|
567
|
+
"Name": "name",
|
|
568
|
+
"Description": "Name of the event",
|
|
569
|
+
"Type": "string",
|
|
570
|
+
"Required": "Yes",
|
|
571
|
+
"Available for": "Canvas and model-driven apps"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"Name": "display-name-key",
|
|
575
|
+
"Description": "Used in the customization screens as localized strings that describe the name of the event.",
|
|
576
|
+
"Type": "string",
|
|
577
|
+
"Required": "Yes",
|
|
578
|
+
"Available for": "Canvas apps"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"Name": "description-key",
|
|
582
|
+
"Description": "Used in the customization screens as localized strings that describe the description of the event.",
|
|
583
|
+
"Type": "string",
|
|
584
|
+
"Required": "Optional",
|
|
585
|
+
"Available for": "Canvas apps"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"Name": "pfx-default-value",
|
|
589
|
+
"Description": "The default Power Fx expression value provided to the component.",
|
|
590
|
+
"Type": "See Remarks",
|
|
591
|
+
"Required": "Optional",
|
|
592
|
+
"Available for": "Canvas apps"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"child_elements": [],
|
|
596
|
+
"parent_elements": [
|
|
597
|
+
{
|
|
598
|
+
"Element": "control",
|
|
599
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"value_tables": {},
|
|
603
|
+
"sections": {
|
|
604
|
+
"Share via": [
|
|
605
|
+
"Note",
|
|
606
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
607
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
608
|
+
],
|
|
609
|
+
"In this article": [
|
|
610
|
+
"Available for",
|
|
611
|
+
"Properties",
|
|
612
|
+
"Parent Elements",
|
|
613
|
+
"Example",
|
|
614
|
+
"Defines a Power FX expression that can be configured within Power Apps Studio, then triggered within the component code."
|
|
615
|
+
],
|
|
616
|
+
"Available for": [
|
|
617
|
+
"Canvas and model-driven apps"
|
|
618
|
+
],
|
|
619
|
+
"Properties": [],
|
|
620
|
+
"Remarks": [
|
|
621
|
+
"Use the pfx-default-value property value to evaluate events and properties using Power Fx expressions instead of static default values. You can use this to:",
|
|
622
|
+
"Responsively size the control",
|
|
623
|
+
"Access connectors",
|
|
624
|
+
"Provide sample data",
|
|
625
|
+
"Reference theme properties",
|
|
626
|
+
"Custom events",
|
|
627
|
+
"Note",
|
|
628
|
+
"You can use any Power Fx expression, but you must make sure the expression is valid when importing the control.",
|
|
629
|
+
"If you use inner quotes or other special characters, wrap the value in single quotes, For example: pfx-default-value='\"Test\"'",
|
|
630
|
+
"You can reference other controls (including screens) and their properties. Write these references as: %ControlName.ID%.ControlProperty. For example: pfx-default-value='SubmitForm(%MyFormName.ID%)'",
|
|
631
|
+
"Write enums, like DisplayType and ScreenTransition as: %EnumName.RESERVED%.EnumValue. For example: pfx-default-value='Back(%ScreenTransition.RESERVED%.Cover)'",
|
|
632
|
+
"If pfx-default-value is included, then it takes precedence over default-value."
|
|
633
|
+
],
|
|
634
|
+
"Parent Elements": [],
|
|
635
|
+
"Example": [],
|
|
636
|
+
"Related articles": [
|
|
637
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
638
|
+
],
|
|
639
|
+
"Feedback": [
|
|
640
|
+
"Was this page helpful?",
|
|
641
|
+
"Need help with this topic?",
|
|
642
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
643
|
+
],
|
|
644
|
+
"Additional resources": [
|
|
645
|
+
"Events",
|
|
646
|
+
"FabCon Atlanta",
|
|
647
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
648
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
649
|
+
"Last updated on 03/25/2025"
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
"examples": [
|
|
653
|
+
{
|
|
654
|
+
"language": "xml",
|
|
655
|
+
"code": "<event name=\"OnSelectCustomButton\"\n pfx-default-value='SubmitForm(%MyFormName.ID%); Back(%ScreenTransition.RESERVED%.Cover)'\n display-name-key=\"OnSelectCustomButton_Display_Key\"\n description-key=\"OnSelectCustomButton_Desc_Key\" />",
|
|
656
|
+
"heading": "Example"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/event"
|
|
660
|
+
},
|
|
661
|
+
"external-service-usage": {
|
|
662
|
+
"title": "external-service-usage element",
|
|
663
|
+
"summary": "",
|
|
664
|
+
"available_for": [
|
|
665
|
+
"Canvas apps"
|
|
666
|
+
],
|
|
667
|
+
"parameters": [],
|
|
668
|
+
"child_elements": [
|
|
669
|
+
{
|
|
670
|
+
"Element": "domain",
|
|
671
|
+
"Description": "Specifies the domain within the external-service-usage element",
|
|
672
|
+
"Occurrences": "0 or more",
|
|
673
|
+
"Available for": "Canvas apps"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"parent_elements": [
|
|
677
|
+
{
|
|
678
|
+
"Element": "control",
|
|
679
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"value_tables": {},
|
|
683
|
+
"sections": {
|
|
684
|
+
"Share via": [
|
|
685
|
+
"Note",
|
|
686
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
687
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
688
|
+
],
|
|
689
|
+
"In this article": [
|
|
690
|
+
"Available for",
|
|
691
|
+
"Parent Elements",
|
|
692
|
+
"Child Elements",
|
|
693
|
+
"Example 1",
|
|
694
|
+
"Example 2",
|
|
695
|
+
"Example 3",
|
|
696
|
+
"Indicates whether this control is using external service or not. If it is, set the enabled attribute flag as true and add the external service domain to the <domain> property. A control that uses any external service is a premium control and the end user will need a Power Apps license to open an app with a premium control. More information: Licensing"
|
|
697
|
+
],
|
|
698
|
+
"Available for": [
|
|
699
|
+
"Canvas apps"
|
|
700
|
+
],
|
|
701
|
+
"Parent Elements": [],
|
|
702
|
+
"Child Elements": [],
|
|
703
|
+
"Example 1": [
|
|
704
|
+
"External usage enabled for www.microsoft.com only."
|
|
705
|
+
],
|
|
706
|
+
"Example 2": [
|
|
707
|
+
"External usage enabled for multiple domains."
|
|
708
|
+
],
|
|
709
|
+
"Example 3": [
|
|
710
|
+
"External usage isn't enabled."
|
|
711
|
+
],
|
|
712
|
+
"Related articles": [
|
|
713
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
714
|
+
],
|
|
715
|
+
"Feedback": [
|
|
716
|
+
"Was this page helpful?",
|
|
717
|
+
"Need help with this topic?",
|
|
718
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
719
|
+
],
|
|
720
|
+
"Additional resources": [
|
|
721
|
+
"Events",
|
|
722
|
+
"FabCon Atlanta",
|
|
723
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
724
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
725
|
+
"Last updated on 12/07/2024"
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"examples": [
|
|
729
|
+
{
|
|
730
|
+
"language": "xml",
|
|
731
|
+
"code": "<external-service-usage enabled=\"true\">\n <domain>www.Microsoft.com</domain>\n</external-service-usage>",
|
|
732
|
+
"heading": "Example 1"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"language": "xml",
|
|
736
|
+
"code": "<external-service-usage enabled=\"false\">\n <domain>www.contoso.com</domain>\n <domain>www.yourcompany.com</domain>\n</external-service-usage>",
|
|
737
|
+
"heading": "Example 2"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"language": "xml",
|
|
741
|
+
"code": "<external-service-usage enabled=\"false\" />",
|
|
742
|
+
"heading": "Example 3"
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/external-service-usage"
|
|
746
|
+
},
|
|
747
|
+
"feature-usage": {
|
|
748
|
+
"title": "feature-usage element",
|
|
749
|
+
"summary": "",
|
|
750
|
+
"available_for": [
|
|
751
|
+
"Model-driven apps"
|
|
752
|
+
],
|
|
753
|
+
"parameters": [],
|
|
754
|
+
"child_elements": [
|
|
755
|
+
{
|
|
756
|
+
"Element": "uses-feature",
|
|
757
|
+
"Description": "Indicates which feature the code components want to use.",
|
|
758
|
+
"Available for": "Model-driven apps"
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"parent_elements": [
|
|
762
|
+
{
|
|
763
|
+
"Element": "control",
|
|
764
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
765
|
+
}
|
|
766
|
+
],
|
|
767
|
+
"value_tables": {},
|
|
768
|
+
"sections": {
|
|
769
|
+
"Share via": [
|
|
770
|
+
"Note",
|
|
771
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
772
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
773
|
+
],
|
|
774
|
+
"In this article": [
|
|
775
|
+
"Available for",
|
|
776
|
+
"Parent Element",
|
|
777
|
+
"Child Element",
|
|
778
|
+
"Example",
|
|
779
|
+
"The feature-usage element acts as a wrapper around the uses-feature elements, which themselves allow developers to declare which features their component wants to use. If there are no uses-feature elements defined, the feature-usage element is not required."
|
|
780
|
+
],
|
|
781
|
+
"Available for": [
|
|
782
|
+
"Model-driven apps"
|
|
783
|
+
],
|
|
784
|
+
"Parent Element": [],
|
|
785
|
+
"Child Element": [],
|
|
786
|
+
"Example": [],
|
|
787
|
+
"Feedback": [
|
|
788
|
+
"Was this page helpful?",
|
|
789
|
+
"Need help with this topic?",
|
|
790
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
791
|
+
],
|
|
792
|
+
"Additional resources": [
|
|
793
|
+
"Events",
|
|
794
|
+
"FabCon Atlanta",
|
|
795
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
796
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
797
|
+
"Last updated on 05/28/2022"
|
|
798
|
+
]
|
|
799
|
+
},
|
|
800
|
+
"examples": [
|
|
801
|
+
{
|
|
802
|
+
"language": "xml",
|
|
803
|
+
"code": "<feature-usage>\n <uses-feature name=\"Device.captureAudio\" required=\"true\" />\n <uses-feature name=\"Device.captureImage\" required=\"true\" />\n <uses-feature name=\"Device.captureVideo\" required=\"true\" />\n <uses-feature name=\"Device.getBarcodeValue\" required=\"true\" />\n <uses-feature name=\"Device.getCurrentPosition\" required=\"true\" />\n <uses-feature name=\"Device.pickFile\" required=\"true\" />\n <uses-feature name=\"Utility\" required=\"true\" />\n <uses-feature name=\"WebAPI\" required=\"true\" />\n </feature-usage>",
|
|
804
|
+
"heading": "Example"
|
|
805
|
+
}
|
|
806
|
+
],
|
|
807
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/feature-usage"
|
|
808
|
+
},
|
|
809
|
+
"img": {
|
|
810
|
+
"title": "img element",
|
|
811
|
+
"summary": "",
|
|
812
|
+
"available_for": [
|
|
813
|
+
"Model-driven apps"
|
|
814
|
+
],
|
|
815
|
+
"parameters": [
|
|
816
|
+
{
|
|
817
|
+
"Name": "path",
|
|
818
|
+
"Description": "Relative path w.r.t manifest where the image files are located",
|
|
819
|
+
"Type": "string",
|
|
820
|
+
"Required": "Yes",
|
|
821
|
+
"Available for": "Model-driven apps"
|
|
822
|
+
}
|
|
823
|
+
],
|
|
824
|
+
"child_elements": [],
|
|
825
|
+
"parent_elements": [
|
|
826
|
+
{
|
|
827
|
+
"Element": "resources",
|
|
828
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
829
|
+
}
|
|
830
|
+
],
|
|
831
|
+
"value_tables": {},
|
|
832
|
+
"sections": {
|
|
833
|
+
"Share via": [
|
|
834
|
+
"Note",
|
|
835
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
836
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
837
|
+
],
|
|
838
|
+
"In this article": [
|
|
839
|
+
"Available for",
|
|
840
|
+
"Parameters",
|
|
841
|
+
"Parent Elements",
|
|
842
|
+
"The img web resource allows you to add images for the code components."
|
|
843
|
+
],
|
|
844
|
+
"Available for": [
|
|
845
|
+
"Model-driven apps"
|
|
846
|
+
],
|
|
847
|
+
"Parameters": [],
|
|
848
|
+
"Parent Elements": [],
|
|
849
|
+
"Example": [],
|
|
850
|
+
"Related articles": [
|
|
851
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
852
|
+
],
|
|
853
|
+
"Feedback": [
|
|
854
|
+
"Was this page helpful?",
|
|
855
|
+
"Need help with this topic?",
|
|
856
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
857
|
+
],
|
|
858
|
+
"Additional resources": [
|
|
859
|
+
"Events",
|
|
860
|
+
"FabCon Atlanta",
|
|
861
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
862
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
863
|
+
"Last updated on 05/28/2022"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
"examples": [
|
|
867
|
+
{
|
|
868
|
+
"language": "xml",
|
|
869
|
+
"code": "<resources>\n <code path=\"index.ts\" order=\"1\" />\n <img path=\"img/default.png\" />\n </resources>",
|
|
870
|
+
"heading": "Example"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/img"
|
|
874
|
+
},
|
|
875
|
+
"manifest": {
|
|
876
|
+
"title": "Manifest element",
|
|
877
|
+
"summary": "",
|
|
878
|
+
"available_for": [
|
|
879
|
+
"Model-driven and canvas apps"
|
|
880
|
+
],
|
|
881
|
+
"parameters": [],
|
|
882
|
+
"child_elements": [
|
|
883
|
+
{
|
|
884
|
+
"Element": "control",
|
|
885
|
+
"Description": "Defines the component's namespace, version, and display information.",
|
|
886
|
+
"Occurrences": "1",
|
|
887
|
+
"Available for": "Model-driven and canvas apps"
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"parent_elements": [],
|
|
891
|
+
"value_tables": {},
|
|
892
|
+
"sections": {
|
|
893
|
+
"Share via": [
|
|
894
|
+
"Note",
|
|
895
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
896
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
897
|
+
],
|
|
898
|
+
"In this article": [
|
|
899
|
+
"Available for",
|
|
900
|
+
"Child Elements",
|
|
901
|
+
"Example",
|
|
902
|
+
"Manifest is the metadata file that defines a component. It is an XML file that describes:",
|
|
903
|
+
"The namespace of the component.",
|
|
904
|
+
"The kind of data it can be configured, either a field or a dataset.",
|
|
905
|
+
"Any properties that can be configured in the application when the component is added.",
|
|
906
|
+
"A list of resource files that the component needs.\n\nOne of them must be a TypeScript web resource. This TypeScript must include a function that will instantiate an object. This implements an interface that exposes methods that are required for the component to work. This is called the component implementation library.",
|
|
907
|
+
"One of them must be a TypeScript web resource. This TypeScript must include a function that will instantiate an object. This implements an interface that exposes methods that are required for the component to work. This is called the component implementation library.",
|
|
908
|
+
"The name of a TypeScript function in the component implementation library that will return an object that applies the required component interface.",
|
|
909
|
+
"When the user configures a custom component in a canvas app or a model-driven app, the data in the manifest filters out the available components so that only the valid components for the context are available for configuration. The properties defined in the manifest for a component are rendered as configuration fields so that the user configuring the component can specify values. These property values are then available to the component function at run time."
|
|
910
|
+
],
|
|
911
|
+
"Available for": [
|
|
912
|
+
"Model-driven and canvas apps"
|
|
913
|
+
],
|
|
914
|
+
"Child Elements": [],
|
|
915
|
+
"Example": [],
|
|
916
|
+
"Related articles": [
|
|
917
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
918
|
+
],
|
|
919
|
+
"Feedback": [
|
|
920
|
+
"Was this page helpful?",
|
|
921
|
+
"Need help with this topic?",
|
|
922
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
923
|
+
],
|
|
924
|
+
"Additional resources": [
|
|
925
|
+
"Events",
|
|
926
|
+
"FabCon Atlanta",
|
|
927
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
928
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
929
|
+
"Last updated on 02/07/2023"
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
"examples": [
|
|
933
|
+
{
|
|
934
|
+
"language": "xml",
|
|
935
|
+
"code": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<manifest>\n <control namespace=\"MyNameSpace\"\n constructor=\"JSHelloWorldControl\"\n version=\"1.0.0\"\n display-name-key=\"JS_HelloWorldControl_Display_Key\"\n description-key=\"JS_HelloWorldControl_Desc_Key\"\n control-type=\"standard\">\n <property name=\"myFirstProperty\"\n display-name-key=\"myFirstProperty_Display_Key\"\n description-key=\"myFirstProperty_Desc_Key\"\n of-type=\"SingleLine.Text\"\n usage=\"bound\"\n required=\"true\" />\n <resources>\n <code path=\"JS_HelloWorldControl.js\"\n order=\"1\" />\n <css path=\"css/JS_HelloWorldControl.css\"\n order=\"1\" />\n </resources>\n </control>\n</manifest>",
|
|
936
|
+
"heading": "Example"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/manifest"
|
|
940
|
+
},
|
|
941
|
+
"platform-action": {
|
|
942
|
+
"title": "platform-action element",
|
|
943
|
+
"summary": "",
|
|
944
|
+
"available_for": [
|
|
945
|
+
"Model-driven apps"
|
|
946
|
+
],
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"Name": "action-type",
|
|
950
|
+
"Description": "Set to afterPageLoad",
|
|
951
|
+
"Type": "string",
|
|
952
|
+
"Required": "No",
|
|
953
|
+
"Available for": "Model-driven apps"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"child_elements": [],
|
|
957
|
+
"parent_elements": [
|
|
958
|
+
{
|
|
959
|
+
"Element": "control",
|
|
960
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"value_tables": {},
|
|
964
|
+
"sections": {
|
|
965
|
+
"Share via": [
|
|
966
|
+
"Note",
|
|
967
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
968
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
969
|
+
],
|
|
970
|
+
"In this article": [
|
|
971
|
+
"Available for",
|
|
972
|
+
"Parameters",
|
|
973
|
+
"Parent Elements",
|
|
974
|
+
"Used to specify that control dependencies load on demand instead of when the control is loaded."
|
|
975
|
+
],
|
|
976
|
+
"Available for": [
|
|
977
|
+
"Model-driven apps"
|
|
978
|
+
],
|
|
979
|
+
"Parameters": [],
|
|
980
|
+
"Parent Elements": [],
|
|
981
|
+
"Example": [],
|
|
982
|
+
"Related articles": [
|
|
983
|
+
"Dependent Libraries (preview)\nPower Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
984
|
+
],
|
|
985
|
+
"Feedback": [
|
|
986
|
+
"Was this page helpful?",
|
|
987
|
+
"Need help with this topic?",
|
|
988
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
989
|
+
],
|
|
990
|
+
"Additional resources": [
|
|
991
|
+
"Events",
|
|
992
|
+
"FabCon Atlanta",
|
|
993
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
994
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
995
|
+
"Last updated on 03/25/2025"
|
|
996
|
+
]
|
|
997
|
+
},
|
|
998
|
+
"examples": [
|
|
999
|
+
{
|
|
1000
|
+
"language": "xml",
|
|
1001
|
+
"code": "<platform-action action-type=\"afterPageLoad\" />",
|
|
1002
|
+
"heading": "Example"
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/platform-action"
|
|
1006
|
+
},
|
|
1007
|
+
"platform-library": {
|
|
1008
|
+
"title": "platform-library element",
|
|
1009
|
+
"summary": "",
|
|
1010
|
+
"available_for": [
|
|
1011
|
+
"Model-driven and canvas apps"
|
|
1012
|
+
],
|
|
1013
|
+
"parameters": [
|
|
1014
|
+
{
|
|
1015
|
+
"Name": "name",
|
|
1016
|
+
"Description": "Either React or Fluent.",
|
|
1017
|
+
"Type": "string",
|
|
1018
|
+
"Required": "Yes",
|
|
1019
|
+
"Available for": "Model-driven and canvas apps"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"Name": "version",
|
|
1023
|
+
"Description": "The current version of the platform library",
|
|
1024
|
+
"Type": "string",
|
|
1025
|
+
"Required": "Yes",
|
|
1026
|
+
"Available for": "Model-driven and canvas apps"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"child_elements": [],
|
|
1030
|
+
"parent_elements": [
|
|
1031
|
+
{
|
|
1032
|
+
"Element": "resources",
|
|
1033
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
1036
|
+
"value_tables": {},
|
|
1037
|
+
"sections": {
|
|
1038
|
+
"Share via": [
|
|
1039
|
+
"Note",
|
|
1040
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1041
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1042
|
+
],
|
|
1043
|
+
"In this article": [
|
|
1044
|
+
"Available for",
|
|
1045
|
+
"Attributes",
|
|
1046
|
+
"Parent Elements",
|
|
1047
|
+
"Example",
|
|
1048
|
+
"The platform library to use as a resource.\nThis element is used in the React controls & platform libraries (Preview) ."
|
|
1049
|
+
],
|
|
1050
|
+
"Available for": [
|
|
1051
|
+
"Model-driven and canvas apps"
|
|
1052
|
+
],
|
|
1053
|
+
"Attributes": [],
|
|
1054
|
+
"Parent Elements": [],
|
|
1055
|
+
"Example": [],
|
|
1056
|
+
"Related articles": [
|
|
1057
|
+
"React controls & platform libraries\nPower Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1058
|
+
],
|
|
1059
|
+
"Feedback": [
|
|
1060
|
+
"Was this page helpful?",
|
|
1061
|
+
"Need help with this topic?",
|
|
1062
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1063
|
+
],
|
|
1064
|
+
"Additional resources": [
|
|
1065
|
+
"Events",
|
|
1066
|
+
"FabCon Atlanta",
|
|
1067
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1068
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1069
|
+
"Last updated on 12/05/2024"
|
|
1070
|
+
]
|
|
1071
|
+
},
|
|
1072
|
+
"examples": [
|
|
1073
|
+
{
|
|
1074
|
+
"language": "xml",
|
|
1075
|
+
"code": "<resources>\n <code path=\"index.ts\" order=\"1\" />\n <platform-library name=\"React\" version=\"16.14.0\" />\n <platform-library name=\"Fluent\" version=\"9.46.2\" />\n</resources>",
|
|
1076
|
+
"heading": "Example"
|
|
1077
|
+
}
|
|
1078
|
+
],
|
|
1079
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/platform-library"
|
|
1080
|
+
},
|
|
1081
|
+
"property": {
|
|
1082
|
+
"title": "property element",
|
|
1083
|
+
"summary": "",
|
|
1084
|
+
"available_for": [
|
|
1085
|
+
"Model-driven and canvas apps"
|
|
1086
|
+
],
|
|
1087
|
+
"parameters": [
|
|
1088
|
+
{
|
|
1089
|
+
"Name": "default-value",
|
|
1090
|
+
"Description": "The default configuration value provided to the component. In model-driven apps, this property is only allowed on inputs since the bound parameters expect to have a column associated.",
|
|
1091
|
+
"Type": "string",
|
|
1092
|
+
"Required": "Optional",
|
|
1093
|
+
"Available for": "Model-driven apps"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"Name": "description-key",
|
|
1097
|
+
"Description": "Used in the customization screens as localized strings that describes the description of the property.",
|
|
1098
|
+
"Type": "string",
|
|
1099
|
+
"Required": "Optional",
|
|
1100
|
+
"Available for": "Model-driven and canvas apps"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"Name": "display-name-key",
|
|
1104
|
+
"Description": "Used in the customization screens as localized strings that describes the name of the property.",
|
|
1105
|
+
"Type": "string",
|
|
1106
|
+
"Required": "Yes",
|
|
1107
|
+
"Available for": "Model-driven apps"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"Name": "name",
|
|
1111
|
+
"Description": "Name of the property",
|
|
1112
|
+
"Type": "string",
|
|
1113
|
+
"Required": "Yes",
|
|
1114
|
+
"Available for": "Model-driven and canvas apps"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"Name": "of-type-group",
|
|
1118
|
+
"Description": "Name of the type-group as defined in manifest",
|
|
1119
|
+
"Type": "string",
|
|
1120
|
+
"Required": "Optional",
|
|
1121
|
+
"Available for": "Model-driven apps"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"Name": "of-type",
|
|
1125
|
+
"Description": "Defines the data type of the property",
|
|
1126
|
+
"Type": "See Using of-type",
|
|
1127
|
+
"Required": "Optional",
|
|
1128
|
+
"Available for": "Model-driven and canvas apps"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"Name": "pfx-default-value",
|
|
1132
|
+
"Description": "The default PFX expression value provided to the component.",
|
|
1133
|
+
"Type": "See Using pfx-default-value",
|
|
1134
|
+
"Required": "Optional",
|
|
1135
|
+
"Available for": "Canvas apps"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"Name": "required",
|
|
1139
|
+
"Description": "Whether the property is required or not",
|
|
1140
|
+
"Type": "boolean",
|
|
1141
|
+
"Required": "Optional",
|
|
1142
|
+
"Available for": "Model-driven apps"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"Name": "usage",
|
|
1146
|
+
"Description": "The usage property identifies if the property is meant to represent a column that the component can change (bound), read-only (input) or output values",
|
|
1147
|
+
"Type": "bound, input or output",
|
|
1148
|
+
"Required": "Yes",
|
|
1149
|
+
"Available for": "Model-driven apps"
|
|
1150
|
+
}
|
|
1151
|
+
],
|
|
1152
|
+
"child_elements": [],
|
|
1153
|
+
"parent_elements": [
|
|
1154
|
+
{
|
|
1155
|
+
"Element": "control",
|
|
1156
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
1157
|
+
}
|
|
1158
|
+
],
|
|
1159
|
+
"value_tables": {
|
|
1160
|
+
"Using of-type": [
|
|
1161
|
+
{
|
|
1162
|
+
"Value": "Currency",
|
|
1163
|
+
"Description": "Monetary values between -922,337,203,685,477 and 922,337,203,685,477 can be in this column.",
|
|
1164
|
+
"Available for": "Model-driven and canvas apps"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"Value": "DateAndTime.DateAndTime",
|
|
1168
|
+
"Description": "Displays date and time.",
|
|
1169
|
+
"Available for": "Model-driven and canvas apps"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"Value": "DateAndTime.DateOnly",
|
|
1173
|
+
"Description": "Displays date only.",
|
|
1174
|
+
"Available for": "Model-driven and canvas apps"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"Value": "Decimal",
|
|
1178
|
+
"Description": "Up to 10 decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1179
|
+
"Available for": "Model-driven and canvas apps"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"Value": "Enum",
|
|
1183
|
+
"Description": "Enumerated data type.",
|
|
1184
|
+
"Available for": "Model-driven and canvas apps"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"Value": "FP",
|
|
1188
|
+
"Description": "Up to five decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1189
|
+
"Available for": "Model-driven and canvas apps"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"Value": "Lookup.Simple",
|
|
1193
|
+
"Description": "Allows for a single reference to a specific table. All custom lookups are this type.",
|
|
1194
|
+
"Available for": "Model-driven apps"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"Value": "Multiple",
|
|
1198
|
+
"Description": "This column can contain up to 1,048,576 text characters.",
|
|
1199
|
+
"Available for": "Model-driven and canvas apps"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"Value": "MultiSelectOptionSet",
|
|
1203
|
+
"Description": "You can customize forms (main, quick create, and quick view) and email templates by adding choices columns. When you add choices column, you can specify multiple values that are available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list.",
|
|
1204
|
+
"Available for": "Model-driven and canvas apps"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"Value": "Object",
|
|
1208
|
+
"Description": "Object data type. Can only be used with output properties.",
|
|
1209
|
+
"Available for": "Model-driven and canvas apps"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"Value": "OptionSet",
|
|
1213
|
+
"Description": "This column provides a set of options. Each option has a number value and label. When added to a form, this column displays a control for users to select only one option.",
|
|
1214
|
+
"Available for": "Model-driven and canvas apps"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"Value": "SingleLine.Email",
|
|
1218
|
+
"Description": "This stores the string time in the format valid for Emails. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1219
|
+
"Available for": "Model-driven and canvas apps"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"Value": "SingleLine.Phone",
|
|
1223
|
+
"Description": "This stores the string time in the format valid for Phone. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1224
|
+
"Available for": "Model-driven and canvas apps"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"Value": "SingleLine.Text",
|
|
1228
|
+
"Description": "This option simply displays text.",
|
|
1229
|
+
"Available for": "Model-driven and canvas apps"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"Value": "SingleLine.TextArea",
|
|
1233
|
+
"Description": "This format option can be used to display multiple lines of text. But with a limit of 4000 characters, the Multiple Lines of Text column is a better choice if large amounts of text are expected.",
|
|
1234
|
+
"Available for": "Model-driven and canvas apps"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"Value": "SingleLine.Ticker",
|
|
1238
|
+
"Description": "This stores the string time in the format valid for Ticker. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1239
|
+
"Available for": "Model-driven and canvas apps"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"Value": "SingleLine.URL",
|
|
1243
|
+
"Description": "The text expected to provide a hyperlink to open the page specified. Out-of-the-box Unified Interface controls automatically prepend \"https://\" to input values that doesn't begin with a valid protocol. Only HTTP, HTTPS, FTP, FTPS, OneNote and TEL protocols are expected in this column.",
|
|
1244
|
+
"Available for": "Model-driven and canvas apps"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"Value": "TwoOptions",
|
|
1248
|
+
"Description": "This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as \"Yes\" and \"No\", \"Hot\" and \"Cold\", \"On\" and \"Off\" or any pair of labels you want to display.",
|
|
1249
|
+
"Available for": "Model-driven and canvas apps"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"Value": "Whole.None",
|
|
1253
|
+
"Description": "This option simply displays a number.",
|
|
1254
|
+
"Available for": "Model-driven and canvas apps"
|
|
1255
|
+
}
|
|
1256
|
+
],
|
|
1257
|
+
"Value elements that aren't supported": [
|
|
1258
|
+
{
|
|
1259
|
+
"Value": "Lookup.Customer",
|
|
1260
|
+
"Description": "Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice tables. These tables also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup."
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"Value": "Lookup.Owner",
|
|
1264
|
+
"Description": "Allows for a single reference to either a team or a user record. All team or user-owned tables have one of these."
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"Value": "Lookup.PartyList",
|
|
1268
|
+
"Description": "Allows for multiple references to multiple tables. These lookups are found on the Email table To and Cc columns. They're also used in the Phone and Appointment tables."
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"Value": "Lookup.Regarding",
|
|
1272
|
+
"Description": "Allows for a single reference to multiple tables. These lookups are found in the regarding column used in activities."
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"Value": "Status Reason",
|
|
1276
|
+
"Description": "A system column that has options that provide more detail about the Status column. Each option is associated with one of the available Status options. You can add and edit the options."
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"Value": "Status",
|
|
1280
|
+
"Description": "A system column that has options that generally correspond to active and inactive status. Some system columns have more options, but all custom columns have only Active and Inactive status options."
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"Value": "Whole.Duration",
|
|
1284
|
+
"Description": "This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The column looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to three days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time."
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"Value": "Whole.Language",
|
|
1288
|
+
"Description": "This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart)."
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"Value": "Whole.TimeZone",
|
|
1292
|
+
"Description": "This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4."
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"sections": {
|
|
1297
|
+
"Share via": [
|
|
1298
|
+
"Note",
|
|
1299
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1300
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1301
|
+
],
|
|
1302
|
+
"In this article": [
|
|
1303
|
+
"Available for",
|
|
1304
|
+
"Properties",
|
|
1305
|
+
"Parent Elements",
|
|
1306
|
+
"Example",
|
|
1307
|
+
"The property node defines a specific, configurable piece of data that the component expects from the Microsoft Dataverse."
|
|
1308
|
+
],
|
|
1309
|
+
"Available for": [
|
|
1310
|
+
"Model-driven and canvas apps"
|
|
1311
|
+
],
|
|
1312
|
+
"Properties": [],
|
|
1313
|
+
"Remarks": [
|
|
1314
|
+
"This section contains guidance about using the Property element attributes."
|
|
1315
|
+
],
|
|
1316
|
+
"Using of-type": [
|
|
1317
|
+
"The of-type property value must be one of the following:",
|
|
1318
|
+
"Warning",
|
|
1319
|
+
"If the manifest.xml file contains at least one dataset, then properties of type Lookup.Simple should be also wrapped into the data-set element."
|
|
1320
|
+
],
|
|
1321
|
+
"Value elements that aren't supported": [
|
|
1322
|
+
"Following of-type property values aren't supported currently:",
|
|
1323
|
+
"Note",
|
|
1324
|
+
"At this time File columns are not supported. More information: File columns"
|
|
1325
|
+
],
|
|
1326
|
+
"Using pfx-default-value": [
|
|
1327
|
+
"Use the pfx-default-value property value to evaluate events and properties using Power Fx expressions instead of static default values. You can use this to:",
|
|
1328
|
+
"Responsively size the control",
|
|
1329
|
+
"Access connectors",
|
|
1330
|
+
"Provide sample data",
|
|
1331
|
+
"Reference theme properties",
|
|
1332
|
+
"Custom events",
|
|
1333
|
+
"Note",
|
|
1334
|
+
"You can use any Power Fx expression, but you must make sure the expression is valid when importing the control.",
|
|
1335
|
+
"If you use inner quotes or other special characters, wrap the value in single quotes, For example: pfx-default-value='\"Test\"'",
|
|
1336
|
+
"You can reference other controls (including screens) and their properties. Write these references as: %ControlName.ID%.ControlProperty. For example: pfx-default-value='SubmitForm(%MyFormName.ID%)'",
|
|
1337
|
+
"Write enums, like DisplayType and ScreenTransition as: %EnumName.RESERVED%.EnumValue. For example: pfx-default-value='Back(%ScreenTransition.RESERVED%.Cover)'",
|
|
1338
|
+
"If pfx-default-value is included, then it takes precedence over default-value."
|
|
1339
|
+
],
|
|
1340
|
+
"Parent Elements": [],
|
|
1341
|
+
"Example": [],
|
|
1342
|
+
"Related articles": [
|
|
1343
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1344
|
+
],
|
|
1345
|
+
"Feedback": [
|
|
1346
|
+
"Was this page helpful?",
|
|
1347
|
+
"Need help with this topic?",
|
|
1348
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1349
|
+
],
|
|
1350
|
+
"Additional resources": [
|
|
1351
|
+
"Events",
|
|
1352
|
+
"FabCon Atlanta",
|
|
1353
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1354
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1355
|
+
"Last updated on 11/22/2023"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
"examples": [
|
|
1359
|
+
{
|
|
1360
|
+
"language": "xml",
|
|
1361
|
+
"code": "<property name=\"myFirstProperty\" display-name-key=\"myFirstProperty_Display_Key\"\ndescription-key=\"myFirstProperty_Desc_Key\" of-type=\"SingleLine.Text\" usage=\"bound\" required=\"true\" />",
|
|
1362
|
+
"heading": "Example"
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/property"
|
|
1366
|
+
},
|
|
1367
|
+
"property-dependencies": {
|
|
1368
|
+
"title": "property-dependencies element",
|
|
1369
|
+
"summary": "",
|
|
1370
|
+
"available_for": [
|
|
1371
|
+
"Canvas apps"
|
|
1372
|
+
],
|
|
1373
|
+
"parameters": [],
|
|
1374
|
+
"child_elements": [
|
|
1375
|
+
{
|
|
1376
|
+
"Element": "property-dependency",
|
|
1377
|
+
"Description": "A property dependency in the property-dependencies node. Defines dependency between two properties.",
|
|
1378
|
+
"Occurrences": "1 or more",
|
|
1379
|
+
"Available for": "Canvas apps"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"parent_elements": [
|
|
1383
|
+
{
|
|
1384
|
+
"Element": "control",
|
|
1385
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"value_tables": {},
|
|
1389
|
+
"sections": {
|
|
1390
|
+
"Share via": [
|
|
1391
|
+
"Note",
|
|
1392
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1393
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1394
|
+
],
|
|
1395
|
+
"In this article": [
|
|
1396
|
+
"Available for",
|
|
1397
|
+
"Parent Elements",
|
|
1398
|
+
"Child Elements",
|
|
1399
|
+
"Defines a group of property-dependencies."
|
|
1400
|
+
],
|
|
1401
|
+
"Available for": [
|
|
1402
|
+
"Canvas apps"
|
|
1403
|
+
],
|
|
1404
|
+
"Parent Elements": [],
|
|
1405
|
+
"Child Elements": [],
|
|
1406
|
+
"Example": [],
|
|
1407
|
+
"Related articles": [
|
|
1408
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1409
|
+
],
|
|
1410
|
+
"Feedback": [
|
|
1411
|
+
"Was this page helpful?",
|
|
1412
|
+
"Need help with this topic?",
|
|
1413
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1414
|
+
],
|
|
1415
|
+
"Additional resources": [
|
|
1416
|
+
"Events",
|
|
1417
|
+
"FabCon Atlanta",
|
|
1418
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1419
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1420
|
+
"Last updated on 03/25/2025"
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1423
|
+
"examples": [
|
|
1424
|
+
{
|
|
1425
|
+
"language": "xml",
|
|
1426
|
+
"code": "<property-dependencies>\n <property-dependency input=\"Text\" output=\"Photos\" required-for=\"schema\" />\n</property-dependencies>",
|
|
1427
|
+
"heading": "Example"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/property-dependencies"
|
|
1431
|
+
},
|
|
1432
|
+
"property-dependency": {
|
|
1433
|
+
"title": "property-dependency element",
|
|
1434
|
+
"summary": "",
|
|
1435
|
+
"available_for": [
|
|
1436
|
+
"Canvas apps"
|
|
1437
|
+
],
|
|
1438
|
+
"parameters": [
|
|
1439
|
+
{
|
|
1440
|
+
"Name": "input",
|
|
1441
|
+
"Description": "The name of the input property.",
|
|
1442
|
+
"Type": "string",
|
|
1443
|
+
"Required": "yes",
|
|
1444
|
+
"Available for": "Canvas apps"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"Name": "output",
|
|
1448
|
+
"Description": "The name of the output property.",
|
|
1449
|
+
"Type": "string",
|
|
1450
|
+
"Required": "yes",
|
|
1451
|
+
"Available for": "Canvas apps"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"Name": "required-for",
|
|
1455
|
+
"Description": "Helps identify the property dependency requirement. Currently, the only supported value is schema.",
|
|
1456
|
+
"Type": "string",
|
|
1457
|
+
"Required": "yes",
|
|
1458
|
+
"Available for": "Canvas apps"
|
|
1459
|
+
}
|
|
1460
|
+
],
|
|
1461
|
+
"child_elements": [],
|
|
1462
|
+
"parent_elements": [
|
|
1463
|
+
{
|
|
1464
|
+
"Element": "property-dependencies",
|
|
1465
|
+
"Description": "Defines a group of property-dependencies."
|
|
1466
|
+
}
|
|
1467
|
+
],
|
|
1468
|
+
"value_tables": {},
|
|
1469
|
+
"sections": {
|
|
1470
|
+
"Share via": [
|
|
1471
|
+
"Note",
|
|
1472
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1473
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1474
|
+
],
|
|
1475
|
+
"In this article": [
|
|
1476
|
+
"Available for",
|
|
1477
|
+
"Parameters",
|
|
1478
|
+
"Parent Elements",
|
|
1479
|
+
"A property dependency in the property-dependencies node. Defines dependency between two properties."
|
|
1480
|
+
],
|
|
1481
|
+
"Available for": [
|
|
1482
|
+
"Canvas apps"
|
|
1483
|
+
],
|
|
1484
|
+
"Parameters": [],
|
|
1485
|
+
"Parent Elements": [],
|
|
1486
|
+
"Example": [],
|
|
1487
|
+
"Related articles": [
|
|
1488
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1489
|
+
],
|
|
1490
|
+
"Feedback": [
|
|
1491
|
+
"Was this page helpful?",
|
|
1492
|
+
"Need help with this topic?",
|
|
1493
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1494
|
+
],
|
|
1495
|
+
"Additional resources": [
|
|
1496
|
+
"Events",
|
|
1497
|
+
"FabCon Atlanta",
|
|
1498
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1499
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1500
|
+
"Last updated on 12/01/2022"
|
|
1501
|
+
]
|
|
1502
|
+
},
|
|
1503
|
+
"examples": [
|
|
1504
|
+
{
|
|
1505
|
+
"language": "xml",
|
|
1506
|
+
"code": "<property-dependencies>\n <property-dependency input=\"Text\" output=\"Photos\" required-for=\"schema\" />\n</property-dependencies>",
|
|
1507
|
+
"heading": "Example"
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/property-dependency"
|
|
1511
|
+
},
|
|
1512
|
+
"property-set": {
|
|
1513
|
+
"title": "property-set element",
|
|
1514
|
+
"summary": "",
|
|
1515
|
+
"available_for": [
|
|
1516
|
+
"Model-driven and canvas apps"
|
|
1517
|
+
],
|
|
1518
|
+
"parameters": [
|
|
1519
|
+
{
|
|
1520
|
+
"Name": "name",
|
|
1521
|
+
"Description": "Name of the column.",
|
|
1522
|
+
"Type": "string",
|
|
1523
|
+
"Required": "Yes",
|
|
1524
|
+
"Available for": "Model-driven and canvas apps"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"Name": "display-name-key",
|
|
1528
|
+
"Description": "Used in customization screens as localized strings that describe the name of the property.",
|
|
1529
|
+
"Type": "string",
|
|
1530
|
+
"Required": "Yes",
|
|
1531
|
+
"Available for": "Model-driven and canvas apps"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"Name": "description-key",
|
|
1535
|
+
"Description": "Used in customization screens as localized strings that describe the description of the property.",
|
|
1536
|
+
"Type": "string",
|
|
1537
|
+
"Required": "Optional",
|
|
1538
|
+
"Available for": "Model-driven apps"
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"Name": "of-type",
|
|
1542
|
+
"Description": "Defines the data type of the property",
|
|
1543
|
+
"Type": "See Remarks",
|
|
1544
|
+
"Required": "Optional",
|
|
1545
|
+
"Available for": "Model-driven apps"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"Name": "required",
|
|
1549
|
+
"Description": "Indicates whether the property is required or not.",
|
|
1550
|
+
"Type": "boolean",
|
|
1551
|
+
"Required": "Optional",
|
|
1552
|
+
"Available for": "Model-driven apps"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"Name": "of-type-group",
|
|
1556
|
+
"Description": "Name of the type-group as defined in manifest.",
|
|
1557
|
+
"Type": "string",
|
|
1558
|
+
"Required": "Optional",
|
|
1559
|
+
"Available for": "Model-driven apps"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"Name": "usage",
|
|
1563
|
+
"Description": "The usage property identifies if the property is meant to represent a table column that the component can change (bound) or read-only values (input).",
|
|
1564
|
+
"Type": "bound or input",
|
|
1565
|
+
"Required": "Yes",
|
|
1566
|
+
"Available for": "Model-driven apps"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"child_elements": [
|
|
1570
|
+
{
|
|
1571
|
+
"Element": "types",
|
|
1572
|
+
"Description": "",
|
|
1573
|
+
"Occurrences": "0 or more"
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"parent_elements": [
|
|
1577
|
+
{
|
|
1578
|
+
"Element": "dataset",
|
|
1579
|
+
"Description": "The dataset node in the component manifest represents a specific, configurable representation of a set of table records."
|
|
1580
|
+
}
|
|
1581
|
+
],
|
|
1582
|
+
"value_tables": {
|
|
1583
|
+
"Remarks": [
|
|
1584
|
+
{
|
|
1585
|
+
"Value": "Currency",
|
|
1586
|
+
"Description": "Monetary values between -922,337,203,685,477 and 922,337,203,685,477 can be in this column.",
|
|
1587
|
+
"Available for": "Model-driven and canvas apps"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"Value": "DateAndTime.DateAndTime",
|
|
1591
|
+
"Description": "Displays date and time.",
|
|
1592
|
+
"Available for": "Model-driven and canvas apps"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"Value": "DateAndTime.DateOnly",
|
|
1596
|
+
"Description": "Displays date only.",
|
|
1597
|
+
"Available for": "Model-driven and canvas apps"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"Value": "Decimal",
|
|
1601
|
+
"Description": "Up to 10 decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1602
|
+
"Available for": "Model-driven and canvas apps"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"Value": "Enum",
|
|
1606
|
+
"Description": "Enumerated data type.",
|
|
1607
|
+
"Available for": "Model-driven and canvas apps"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"Value": "FP",
|
|
1611
|
+
"Description": "Up to five decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1612
|
+
"Available for": "Model-driven and canvas apps"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"Value": "Lookup.Simple",
|
|
1616
|
+
"Description": "Allows for a single reference to a specific table. All custom lookups are this type.",
|
|
1617
|
+
"Available for": "Model-driven apps"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"Value": "Multiple",
|
|
1621
|
+
"Description": "This column can contain up to 1,048,576 text characters.",
|
|
1622
|
+
"Available for": "Model-driven and canvas apps"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"Value": "MultiSelectOptionSet",
|
|
1626
|
+
"Description": "You can customize forms (main, quick create, and quick view) and email templates by adding choices columns. When you add choices column, you can specify multiple values that are available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list.",
|
|
1627
|
+
"Available for": "Model-driven and canvas apps"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"Value": "Object",
|
|
1631
|
+
"Description": "Object data type. Can only be used with output properties.",
|
|
1632
|
+
"Available for": "Model-driven and canvas apps"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"Value": "OptionSet",
|
|
1636
|
+
"Description": "This column provides a set of options. Each option has a number value and label. When added to a form, this column displays a control for users to select only one option.",
|
|
1637
|
+
"Available for": "Model-driven and canvas apps"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"Value": "SingleLine.Email",
|
|
1641
|
+
"Description": "This stores the string time in the format valid for Emails. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1642
|
+
"Available for": "Model-driven and canvas apps"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"Value": "SingleLine.Phone",
|
|
1646
|
+
"Description": "This stores the string time in the format valid for Phone. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1647
|
+
"Available for": "Model-driven and canvas apps"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"Value": "SingleLine.Text",
|
|
1651
|
+
"Description": "This option simply displays text.",
|
|
1652
|
+
"Available for": "Model-driven and canvas apps"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"Value": "SingleLine.TextArea",
|
|
1656
|
+
"Description": "This format option can be used to display multiple lines of text. But with a limit of 4000 characters, the Multiple Lines of Text column is a better choice if large amounts of text are expected.",
|
|
1657
|
+
"Available for": "Model-driven and canvas apps"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"Value": "SingleLine.Ticker",
|
|
1661
|
+
"Description": "This stores the string time in the format valid for Ticker. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
1662
|
+
"Available for": "Model-driven and canvas apps"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"Value": "SingleLine.URL",
|
|
1666
|
+
"Description": "The text expected to provide a hyperlink to open the page specified. Out-of-the-box Unified Interface controls automatically prepend \"https://\" to input values that doesn't begin with a valid protocol. Only HTTP, HTTPS, FTP, FTPS, OneNote and TEL protocols are expected in this column.",
|
|
1667
|
+
"Available for": "Model-driven and canvas apps"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"Value": "TwoOptions",
|
|
1671
|
+
"Description": "This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as \"Yes\" and \"No\", \"Hot\" and \"Cold\", \"On\" and \"Off\" or any pair of labels you want to display.",
|
|
1672
|
+
"Available for": "Model-driven and canvas apps"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"Value": "Whole.None",
|
|
1676
|
+
"Description": "This option simply displays a number.",
|
|
1677
|
+
"Available for": "Model-driven and canvas apps"
|
|
1678
|
+
}
|
|
1679
|
+
],
|
|
1680
|
+
"Value elements that aren't supported": [
|
|
1681
|
+
{
|
|
1682
|
+
"Value": "Lookup.Customer",
|
|
1683
|
+
"Description": "Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice tables. These tables also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup."
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"Value": "Lookup.Owner",
|
|
1687
|
+
"Description": "Allows for a single reference to either a team or a user record. All team or user-owned tables have one of these."
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"Value": "Lookup.PartyList",
|
|
1691
|
+
"Description": "Allows for multiple references to multiple tables. These lookups are found on the Email table To and Cc columns. They're also used in the Phone and Appointment tables."
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"Value": "Lookup.Regarding",
|
|
1695
|
+
"Description": "Allows for a single reference to multiple tables. These lookups are found in the regarding column used in activities."
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"Value": "Status Reason",
|
|
1699
|
+
"Description": "A system column that has options that provide more detail about the Status column. Each option is associated with one of the available Status options. You can add and edit the options."
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"Value": "Status",
|
|
1703
|
+
"Description": "A system column that has options that generally correspond to active and inactive status. Some system columns have more options, but all custom columns have only Active and Inactive status options."
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"Value": "Whole.Duration",
|
|
1707
|
+
"Description": "This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The column looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to three days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time."
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"Value": "Whole.Language",
|
|
1711
|
+
"Description": "This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart)."
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"Value": "Whole.TimeZone",
|
|
1715
|
+
"Description": "This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4."
|
|
1716
|
+
}
|
|
1717
|
+
]
|
|
1718
|
+
},
|
|
1719
|
+
"sections": {
|
|
1720
|
+
"Share via": [
|
|
1721
|
+
"Note",
|
|
1722
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1723
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1724
|
+
],
|
|
1725
|
+
"In this article": [
|
|
1726
|
+
"Available for",
|
|
1727
|
+
"Properties",
|
|
1728
|
+
"Parent Elements",
|
|
1729
|
+
"Child Elements",
|
|
1730
|
+
"Defines an inner configuration within a dataset manifest node to allow you to explicitly configure a column of your dataset against a column of a given type from the table against which the dataset is configured."
|
|
1731
|
+
],
|
|
1732
|
+
"Available for": [
|
|
1733
|
+
"Model-driven and canvas apps"
|
|
1734
|
+
],
|
|
1735
|
+
"Properties": [],
|
|
1736
|
+
"Parent Elements": [],
|
|
1737
|
+
"Child Elements": [],
|
|
1738
|
+
"Remarks": [
|
|
1739
|
+
"The of-type attribute value must be one of the following:",
|
|
1740
|
+
"Warning",
|
|
1741
|
+
"If the manifest.xml file contains at least one dataset, then properties of type Lookup.Simple should be also wrapped into the data-set element."
|
|
1742
|
+
],
|
|
1743
|
+
"Value elements that aren't supported": [
|
|
1744
|
+
"Following of-type property values aren't supported currently:",
|
|
1745
|
+
"Note",
|
|
1746
|
+
"At this time File columns are not supported. More information: File columns"
|
|
1747
|
+
],
|
|
1748
|
+
"Related articles": [
|
|
1749
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1750
|
+
],
|
|
1751
|
+
"Feedback": [
|
|
1752
|
+
"Was this page helpful?",
|
|
1753
|
+
"Need help with this topic?",
|
|
1754
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1755
|
+
],
|
|
1756
|
+
"Additional resources": [
|
|
1757
|
+
"Events",
|
|
1758
|
+
"FabCon Atlanta",
|
|
1759
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1760
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1761
|
+
"Last updated on 09/28/2023"
|
|
1762
|
+
]
|
|
1763
|
+
},
|
|
1764
|
+
"examples": [],
|
|
1765
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/property-set"
|
|
1766
|
+
},
|
|
1767
|
+
"resources": {
|
|
1768
|
+
"title": "resources element",
|
|
1769
|
+
"summary": "",
|
|
1770
|
+
"available_for": [
|
|
1771
|
+
"Model-driven and canvas apps"
|
|
1772
|
+
],
|
|
1773
|
+
"parameters": [],
|
|
1774
|
+
"child_elements": [
|
|
1775
|
+
{
|
|
1776
|
+
"Element": "code",
|
|
1777
|
+
"Description": "Refers to the path where the resource files are located.",
|
|
1778
|
+
"Occurrences": "1"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"Element": "css",
|
|
1782
|
+
"Description": "CSS describes how code components are to be displayed on UI.",
|
|
1783
|
+
"Occurrences": "0 or more"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"Element": "img",
|
|
1787
|
+
"Description": "The img web resource allows you to add images for the code components.",
|
|
1788
|
+
"Occurrences": "0 or more"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"Element": "resx",
|
|
1792
|
+
"Description": "The resx webresource is used to manage the localized strings you define.",
|
|
1793
|
+
"Occurrences": "0 or more"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"Element": "platform-library",
|
|
1797
|
+
"Description": "The platform library to use as a resource.\nThis element is used in the React controls & platform libraries (Preview) .",
|
|
1798
|
+
"Occurrences": "0 or more"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"Element": "dependency",
|
|
1802
|
+
"Description": "Refers to a library in another component that this component depends on.",
|
|
1803
|
+
"Occurrences": "0 or more"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"parent_elements": [
|
|
1807
|
+
{
|
|
1808
|
+
"Element": "control",
|
|
1809
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
1810
|
+
}
|
|
1811
|
+
],
|
|
1812
|
+
"value_tables": {},
|
|
1813
|
+
"sections": {
|
|
1814
|
+
"Share via": [
|
|
1815
|
+
"Note",
|
|
1816
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1817
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1818
|
+
],
|
|
1819
|
+
"In this article": [
|
|
1820
|
+
"Available for",
|
|
1821
|
+
"Parent Elements",
|
|
1822
|
+
"Child Elements",
|
|
1823
|
+
"Example",
|
|
1824
|
+
"The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
1825
|
+
],
|
|
1826
|
+
"Available for": [
|
|
1827
|
+
"Model-driven and canvas apps"
|
|
1828
|
+
],
|
|
1829
|
+
"Parent Elements": [],
|
|
1830
|
+
"Child Elements": [],
|
|
1831
|
+
"Example": [],
|
|
1832
|
+
"Related articles": [
|
|
1833
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1834
|
+
],
|
|
1835
|
+
"Feedback": [
|
|
1836
|
+
"Was this page helpful?",
|
|
1837
|
+
"Need help with this topic?",
|
|
1838
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1839
|
+
],
|
|
1840
|
+
"Additional resources": [
|
|
1841
|
+
"Events",
|
|
1842
|
+
"FabCon Atlanta",
|
|
1843
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1844
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1845
|
+
"Last updated on 03/25/2025"
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
"examples": [
|
|
1849
|
+
{
|
|
1850
|
+
"language": "xml",
|
|
1851
|
+
"code": "<resources>\n <code path=\"JS_HelloWorldControl.js\" order=\"1\" />\n <css path=\"css/JS_HelloWorldControl.css\" order=\"1\" />\n</resources>",
|
|
1852
|
+
"heading": "Example"
|
|
1853
|
+
}
|
|
1854
|
+
],
|
|
1855
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/resources"
|
|
1856
|
+
},
|
|
1857
|
+
"resx": {
|
|
1858
|
+
"title": "resx element",
|
|
1859
|
+
"summary": "",
|
|
1860
|
+
"available_for": [
|
|
1861
|
+
"Model-driven and canvas apps"
|
|
1862
|
+
],
|
|
1863
|
+
"parameters": [
|
|
1864
|
+
{
|
|
1865
|
+
"Name": "path",
|
|
1866
|
+
"Description": "Relative path w.r.t manifest where resx files are located",
|
|
1867
|
+
"Type": "string",
|
|
1868
|
+
"Required": "Yes"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"Name": "version",
|
|
1872
|
+
"Description": "The current version of the resx file",
|
|
1873
|
+
"Type": "string",
|
|
1874
|
+
"Required": "Yes"
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1877
|
+
"child_elements": [],
|
|
1878
|
+
"parent_elements": [
|
|
1879
|
+
{
|
|
1880
|
+
"Element": "resources",
|
|
1881
|
+
"Description": "The resources node in the component manifest refers to the resource files that component requires to implement it's visualization."
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"value_tables": {},
|
|
1885
|
+
"sections": {
|
|
1886
|
+
"Share via": [
|
|
1887
|
+
"Note",
|
|
1888
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
1889
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
1890
|
+
],
|
|
1891
|
+
"In this article": [
|
|
1892
|
+
"Available for",
|
|
1893
|
+
"Parameters",
|
|
1894
|
+
"Parent Elements",
|
|
1895
|
+
"Example",
|
|
1896
|
+
"The resx webresource is used to manage the localized strings you define."
|
|
1897
|
+
],
|
|
1898
|
+
"Available for": [
|
|
1899
|
+
"Model-driven and canvas apps"
|
|
1900
|
+
],
|
|
1901
|
+
"Parameters": [],
|
|
1902
|
+
"Parent Elements": [],
|
|
1903
|
+
"Example": [],
|
|
1904
|
+
"Related articles": [
|
|
1905
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
1906
|
+
],
|
|
1907
|
+
"Feedback": [
|
|
1908
|
+
"Was this page helpful?",
|
|
1909
|
+
"Need help with this topic?",
|
|
1910
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
1911
|
+
],
|
|
1912
|
+
"Additional resources": [
|
|
1913
|
+
"Events",
|
|
1914
|
+
"FabCon Atlanta",
|
|
1915
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
1916
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
1917
|
+
"Last updated on 03/25/2025"
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
"examples": [
|
|
1921
|
+
{
|
|
1922
|
+
"language": "xml",
|
|
1923
|
+
"code": "<resources>\n <code path=\"TS_LocalizationAPI.js\" order=\"1\" />\n <css path=\"css/TS_LocalizationAPI.css\" order=\"1\" />\n <resx path=\"strings/TSLocalizationAPI.1033.resx\" version=\"1.0.0\" />\n <resx path=\"strings/TSLocalizationAPI.1035.resx\" version=\"1.0.0\" />\n <resx path=\"strings/TSLocalizationAPI.3082.resx\" version=\"1.0.0\" />\n </resources>",
|
|
1924
|
+
"heading": "Example"
|
|
1925
|
+
}
|
|
1926
|
+
],
|
|
1927
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/resx"
|
|
1928
|
+
},
|
|
1929
|
+
"type": {
|
|
1930
|
+
"title": "type",
|
|
1931
|
+
"summary": "",
|
|
1932
|
+
"available_for": [
|
|
1933
|
+
"Model-driven apps"
|
|
1934
|
+
],
|
|
1935
|
+
"parameters": [],
|
|
1936
|
+
"child_elements": [],
|
|
1937
|
+
"parent_elements": [
|
|
1938
|
+
{
|
|
1939
|
+
"Element": "type-group",
|
|
1940
|
+
"Description": "The type-group node defines a set of types identified by a single name. This information can be used to identify the data types supported by a specific property."
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
"value_tables": {
|
|
1944
|
+
"Value element": [
|
|
1945
|
+
{
|
|
1946
|
+
"Value": "Currency",
|
|
1947
|
+
"Description": "Monetary values between -922,337,203,685,477 and 922,337,203,685,477 can be in this column.",
|
|
1948
|
+
"Available for": "Model-driven and canvas apps"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"Value": "DateAndTime.DateAndTime",
|
|
1952
|
+
"Description": "Displays date and time.",
|
|
1953
|
+
"Available for": "Model-driven and canvas apps"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"Value": "DateAndTime.DateOnly",
|
|
1957
|
+
"Description": "Displays date only.",
|
|
1958
|
+
"Available for": "Model-driven and canvas apps"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"Value": "Decimal",
|
|
1962
|
+
"Description": "Up to 10 decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1963
|
+
"Available for": "Model-driven and canvas apps"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"Value": "Enum",
|
|
1967
|
+
"Description": "Enumerated data type.",
|
|
1968
|
+
"Available for": "Model-driven and canvas apps"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"Value": "FP",
|
|
1972
|
+
"Description": "Up to five decimal points of precision can be used for values between -100,000,000,000 and -100,000,000,000 can be in this column.",
|
|
1973
|
+
"Available for": "Model-driven and canvas apps"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"Value": "Lookup.Simple",
|
|
1977
|
+
"Description": "Allows for a single reference to a specific table. All custom lookups are this type.",
|
|
1978
|
+
"Available for": "Model-driven apps"
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"Value": "Multiple",
|
|
1982
|
+
"Description": "This column can contain up to 1,048,576 text characters.",
|
|
1983
|
+
"Available for": "Model-driven and canvas apps"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
"Value": "MultiSelectOptionSet",
|
|
1987
|
+
"Description": "You can customize forms (main, quick create, and quick view) and email templates by adding choices columns. When you add choices column, you can specify multiple values that are available for users to select. When users fill out the form they can select one, multiple, or all the values displayed in a drop-down list.",
|
|
1988
|
+
"Available for": "Model-driven and canvas apps"
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"Value": "Object",
|
|
1992
|
+
"Description": "Object data type. Can only be used with output properties.",
|
|
1993
|
+
"Available for": "Model-driven and canvas apps"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"Value": "OptionSet",
|
|
1997
|
+
"Description": "This column provides a set of options. Each option has a number value and label. When added to a form, this column displays a control for users to select only one option.",
|
|
1998
|
+
"Available for": "Model-driven and canvas apps"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"Value": "SingleLine.Email",
|
|
2002
|
+
"Description": "This stores the string time in the format valid for Emails. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
2003
|
+
"Available for": "Model-driven and canvas apps"
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"Value": "SingleLine.Phone",
|
|
2007
|
+
"Description": "This stores the string time in the format valid for Phone. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
2008
|
+
"Available for": "Model-driven and canvas apps"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"Value": "SingleLine.Text",
|
|
2012
|
+
"Description": "This option simply displays text.",
|
|
2013
|
+
"Available for": "Model-driven and canvas apps"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"Value": "SingleLine.TextArea",
|
|
2017
|
+
"Description": "This format option can be used to display multiple lines of text. But with a limit of 4000 characters, the Multiple Lines of Text column is a better choice if large amounts of text are expected.",
|
|
2018
|
+
"Available for": "Model-driven and canvas apps"
|
|
2019
|
+
},
|
|
2020
|
+
{
|
|
2021
|
+
"Value": "SingleLine.Ticker",
|
|
2022
|
+
"Description": "This stores the string time in the format valid for Ticker. Out-of-the-box Unified Interface controls automatically make them clickable links.",
|
|
2023
|
+
"Available for": "Model-driven and canvas apps"
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"Value": "SingleLine.URL",
|
|
2027
|
+
"Description": "The text expected to provide a hyperlink to open the page specified. Out-of-the-box Unified Interface controls automatically prepend \"https://\" to input values that doesn't begin with a valid protocol. Only HTTP, HTTPS, FTP, FTPS, OneNote and TEL protocols are expected in this column.",
|
|
2028
|
+
"Available for": "Model-driven and canvas apps"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"Value": "TwoOptions",
|
|
2032
|
+
"Description": "This column provides two options. Each option has a number value of 0 or 1 corresponding to a false or true value. Each option also has a label so that true or false values can be represented as \"Yes\" and \"No\", \"Hot\" and \"Cold\", \"On\" and \"Off\" or any pair of labels you want to display.",
|
|
2033
|
+
"Available for": "Model-driven and canvas apps"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"Value": "Whole.None",
|
|
2037
|
+
"Description": "This option simply displays a number.",
|
|
2038
|
+
"Available for": "Model-driven and canvas apps"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"Value elements that aren't supported": [
|
|
2042
|
+
{
|
|
2043
|
+
"Value": "Lookup.Customer",
|
|
2044
|
+
"Description": "Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice tables. These tables also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup."
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"Value": "Lookup.Owner",
|
|
2048
|
+
"Description": "Allows for a single reference to either a team or a user record. All team or user-owned tables have one of these."
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"Value": "Lookup.PartyList",
|
|
2052
|
+
"Description": "Allows for multiple references to multiple tables. These lookups are found on the Email table To and Cc columns. They're also used in the Phone and Appointment tables."
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"Value": "Lookup.Regarding",
|
|
2056
|
+
"Description": "Allows for a single reference to multiple tables. These lookups are found in the regarding column used in activities."
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"Value": "Status Reason",
|
|
2060
|
+
"Description": "A system column that has options that provide more detail about the Status column. Each option is associated with one of the available Status options. You can add and edit the options."
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"Value": "Status",
|
|
2064
|
+
"Description": "A system column that has options that generally correspond to active and inactive status. Some system columns have more options, but all custom columns have only Active and Inactive status options."
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"Value": "Whole.Duration",
|
|
2068
|
+
"Description": "This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The column looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to three days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time."
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"Value": "Whole.Language",
|
|
2072
|
+
"Description": "This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart)."
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"Value": "Whole.TimeZone",
|
|
2076
|
+
"Description": "This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4."
|
|
2077
|
+
}
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
"sections": {
|
|
2081
|
+
"Share via": [
|
|
2082
|
+
"Note",
|
|
2083
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
2084
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
2085
|
+
],
|
|
2086
|
+
"In this article": [
|
|
2087
|
+
"Available for",
|
|
2088
|
+
"Parent Elements",
|
|
2089
|
+
"Value element",
|
|
2090
|
+
"The type in the type-group node defines the data type."
|
|
2091
|
+
],
|
|
2092
|
+
"Available for": [
|
|
2093
|
+
"Model-driven apps"
|
|
2094
|
+
],
|
|
2095
|
+
"Parent Elements": [],
|
|
2096
|
+
"Value element": [
|
|
2097
|
+
"This element contains a string with one of the following values:",
|
|
2098
|
+
"Warning",
|
|
2099
|
+
"If the manifest.xml file contains at least one dataset, then properties of type Lookup.Simple should be also wrapped into the data-set element."
|
|
2100
|
+
],
|
|
2101
|
+
"Value elements that aren't supported": [
|
|
2102
|
+
"Following of-type property values aren't supported currently:",
|
|
2103
|
+
"Note",
|
|
2104
|
+
"At this time File columns are not supported. More information: File columns"
|
|
2105
|
+
],
|
|
2106
|
+
"Example for Enum type": [],
|
|
2107
|
+
"Related articles": [
|
|
2108
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
2109
|
+
],
|
|
2110
|
+
"Feedback": [
|
|
2111
|
+
"Was this page helpful?",
|
|
2112
|
+
"Need help with this topic?",
|
|
2113
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
2114
|
+
],
|
|
2115
|
+
"Additional resources": [
|
|
2116
|
+
"Events",
|
|
2117
|
+
"FabCon Atlanta",
|
|
2118
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
2119
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
2120
|
+
"Last updated on 09/28/2023"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
"examples": [
|
|
2124
|
+
{
|
|
2125
|
+
"language": "xml",
|
|
2126
|
+
"code": "<property name=\"YesNo\" display-name-key=\"YesNo_Display_Key\" description-key=\"YesNo_Desc_Key\" of-type=\"Enum\" usage=\"input\" required=\"false\">\n <value name=\"Yes\" display-name-key=\"Yes\">0</value>\n <value name=\"No\" display-name-key=\"No\">1</value>\n</property>",
|
|
2127
|
+
"heading": "Example for Enum type"
|
|
2128
|
+
}
|
|
2129
|
+
],
|
|
2130
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/type"
|
|
2131
|
+
},
|
|
2132
|
+
"type-group": {
|
|
2133
|
+
"title": "type-group element",
|
|
2134
|
+
"summary": "",
|
|
2135
|
+
"available_for": [
|
|
2136
|
+
"Model-driven and canvas apps"
|
|
2137
|
+
],
|
|
2138
|
+
"parameters": [
|
|
2139
|
+
{
|
|
2140
|
+
"Name": "name",
|
|
2141
|
+
"Description": "Name of the data type",
|
|
2142
|
+
"Type": "string",
|
|
2143
|
+
"Required": "Yes"
|
|
2144
|
+
}
|
|
2145
|
+
],
|
|
2146
|
+
"child_elements": [
|
|
2147
|
+
{
|
|
2148
|
+
"Element": "type",
|
|
2149
|
+
"Description": "The type in the type-group node defines the data type.",
|
|
2150
|
+
"Occurrences": "1 or more"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"parent_elements": [
|
|
2154
|
+
{
|
|
2155
|
+
"Element": "control",
|
|
2156
|
+
"Description": "Defines the component's namespace, version, and display information."
|
|
2157
|
+
}
|
|
2158
|
+
],
|
|
2159
|
+
"value_tables": {},
|
|
2160
|
+
"sections": {
|
|
2161
|
+
"Share via": [
|
|
2162
|
+
"Note",
|
|
2163
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
2164
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
2165
|
+
],
|
|
2166
|
+
"In this article": [
|
|
2167
|
+
"Available for",
|
|
2168
|
+
"Parameters",
|
|
2169
|
+
"Parent Elements",
|
|
2170
|
+
"Child Elements",
|
|
2171
|
+
"The type-group node defines a set of types identified by a single name. This information can be used to identify the data types supported by a specific property."
|
|
2172
|
+
],
|
|
2173
|
+
"Available for": [
|
|
2174
|
+
"Model-driven and canvas apps"
|
|
2175
|
+
],
|
|
2176
|
+
"Parameters": [],
|
|
2177
|
+
"Parent Elements": [],
|
|
2178
|
+
"Child Elements": [
|
|
2179
|
+
"The type-group has a limited support for canvas apps. When the type groups can easily resolve to a common type, the \"most compatible\" type (generally the least specific type) is chosen for the type of the given column. The resolvable type groupings are as follows:",
|
|
2180
|
+
"Strings: SingleLine.Text, Multiple, SingleLine.TextArea, SingleLine.Email, SingleLine.Phone, SingleLine.URL, SingleLine.Ticker.",
|
|
2181
|
+
"Numbers: Decimal, FP, Whole.None, Currency.",
|
|
2182
|
+
"Dates: DateAndTime.DateAndTime, DateAndTime.DateOnly.",
|
|
2183
|
+
"For example, the following type group results in the component receiving the value Decimal as the type for the given parameter's type:",
|
|
2184
|
+
"When a type-group includes a value that is not included in any of the above groups, or includes values from more than one group, the first value listed in the type-group is chosen as the type for that parameter.",
|
|
2185
|
+
"For example, the following type group results in the component receiving the value TwoOptions for the given parameter's type:",
|
|
2186
|
+
"While the following would again receive \"Decimal\":"
|
|
2187
|
+
],
|
|
2188
|
+
"Example": [],
|
|
2189
|
+
"Related articles": [
|
|
2190
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
2191
|
+
],
|
|
2192
|
+
"Feedback": [
|
|
2193
|
+
"Was this page helpful?",
|
|
2194
|
+
"Need help with this topic?",
|
|
2195
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
2196
|
+
],
|
|
2197
|
+
"Additional resources": [
|
|
2198
|
+
"Events",
|
|
2199
|
+
"FabCon Atlanta",
|
|
2200
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
2201
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
2202
|
+
"Last updated on 05/28/2022"
|
|
2203
|
+
]
|
|
2204
|
+
},
|
|
2205
|
+
"examples": [
|
|
2206
|
+
{
|
|
2207
|
+
"language": "xml",
|
|
2208
|
+
"code": "<type-group name=\"numeric\">\n <type>FP</type>\n <type>Decimal</type>\n <type>Whole.None</type>\n</type-group>",
|
|
2209
|
+
"heading": "Child Elements"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"language": "xml",
|
|
2213
|
+
"code": "<type-group name=\"example1\">\n <type>TwoOptions</type>\n <type>Decimal</type>\n <type>FP</type>\n</type-group>",
|
|
2214
|
+
"heading": "Child Elements"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"language": "xml",
|
|
2218
|
+
"code": "<type-group name=\"example2\">\n <type>Decimal</type>\n <type>TwoOptions</type>\n <type>FP</type>\n</type-group>",
|
|
2219
|
+
"heading": "Child Elements"
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"language": "xml",
|
|
2223
|
+
"code": "<type-group name=\"numbers\">\n <type>Whole.None</type>\n <type>Currency</type>\n <type>FP</type>\n <type>Decimal</type>\n </type-group>",
|
|
2224
|
+
"heading": "Example"
|
|
2225
|
+
}
|
|
2226
|
+
],
|
|
2227
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/type-group"
|
|
2228
|
+
},
|
|
2229
|
+
"types": {
|
|
2230
|
+
"title": "types element",
|
|
2231
|
+
"summary": "",
|
|
2232
|
+
"available_for": [
|
|
2233
|
+
"Model-driven and canvas apps"
|
|
2234
|
+
],
|
|
2235
|
+
"parameters": [],
|
|
2236
|
+
"child_elements": [
|
|
2237
|
+
{
|
|
2238
|
+
"Element": "type",
|
|
2239
|
+
"Description": "The type in the type-group node defines the data type.",
|
|
2240
|
+
"Occurrences": "0 or more"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"parent_elements": [
|
|
2244
|
+
{
|
|
2245
|
+
"Element": "property",
|
|
2246
|
+
"Description": "The property node defines a specific, configurable piece of data that the component expects from the Microsoft Dataverse."
|
|
2247
|
+
}
|
|
2248
|
+
],
|
|
2249
|
+
"value_tables": {},
|
|
2250
|
+
"sections": {
|
|
2251
|
+
"Share via": [
|
|
2252
|
+
"Note",
|
|
2253
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
2254
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
2255
|
+
],
|
|
2256
|
+
"In this article": [
|
|
2257
|
+
"Available for",
|
|
2258
|
+
"Parent Elements",
|
|
2259
|
+
"Child Elements"
|
|
2260
|
+
],
|
|
2261
|
+
"Available for": [
|
|
2262
|
+
"Model-driven and canvas apps"
|
|
2263
|
+
],
|
|
2264
|
+
"Parent Elements": [],
|
|
2265
|
+
"Child Elements": [],
|
|
2266
|
+
"Related articles": [
|
|
2267
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
2268
|
+
],
|
|
2269
|
+
"Feedback": [
|
|
2270
|
+
"Was this page helpful?",
|
|
2271
|
+
"Need help with this topic?",
|
|
2272
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
2273
|
+
],
|
|
2274
|
+
"Additional resources": [
|
|
2275
|
+
"Events",
|
|
2276
|
+
"FabCon Atlanta",
|
|
2277
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
2278
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
2279
|
+
"Last updated on 03/25/2025"
|
|
2280
|
+
]
|
|
2281
|
+
},
|
|
2282
|
+
"examples": [],
|
|
2283
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/types"
|
|
2284
|
+
},
|
|
2285
|
+
"uses-feature": {
|
|
2286
|
+
"title": "uses-feature element",
|
|
2287
|
+
"summary": "",
|
|
2288
|
+
"available_for": [
|
|
2289
|
+
"Model-driven apps"
|
|
2290
|
+
],
|
|
2291
|
+
"parameters": [
|
|
2292
|
+
{
|
|
2293
|
+
"Element": "name",
|
|
2294
|
+
"Description": "Name of the feature that is declared in the component",
|
|
2295
|
+
"Type": "string",
|
|
2296
|
+
"Required": "Yes"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"Element": "required",
|
|
2300
|
+
"Description": "Indicates if the component requires that feature or not",
|
|
2301
|
+
"Type": "boolean",
|
|
2302
|
+
"Required": "Yes"
|
|
2303
|
+
}
|
|
2304
|
+
],
|
|
2305
|
+
"child_elements": [],
|
|
2306
|
+
"parent_elements": [
|
|
2307
|
+
{
|
|
2308
|
+
"Element": "feature-usage",
|
|
2309
|
+
"Description": "The feature-usage element acts as a wrapper around the uses-feature elements, which themselves allow developers to declare which features their component wants to use. If there are no uses-feature elements defined, the feature-usage element is not required."
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"value_tables": {
|
|
2313
|
+
"Example": [
|
|
2314
|
+
{
|
|
2315
|
+
"Manifest": "uses-feature name=\"device.captureImage\" required=\"true\"",
|
|
2316
|
+
"If Host supports": "Context.device.captureImage != null, no check needed.",
|
|
2317
|
+
"If Host doesn't support": "Warning at design time. Component load fails at runtime."
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
"Manifest": "uses-feature name=\"device.captureImage\" required=\"false\"",
|
|
2321
|
+
"If Host supports": "Context.device.captureImage != null",
|
|
2322
|
+
"If Host doesn't support": "Context.device.captureImage == null, component can adaptively check this at runtime."
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"Manifest": "(none)",
|
|
2326
|
+
"If Host supports": "Context.device.captureImage == null",
|
|
2327
|
+
"If Host doesn't support": "Context.device.captureImage == null"
|
|
2328
|
+
}
|
|
2329
|
+
]
|
|
2330
|
+
},
|
|
2331
|
+
"sections": {
|
|
2332
|
+
"Share via": [
|
|
2333
|
+
"Note",
|
|
2334
|
+
"Access to this page requires authorization. You can try signing in or changing directories.",
|
|
2335
|
+
"Access to this page requires authorization. You can try changing directories."
|
|
2336
|
+
],
|
|
2337
|
+
"In this article": [
|
|
2338
|
+
"Available for",
|
|
2339
|
+
"Parameters",
|
|
2340
|
+
"Parent Element",
|
|
2341
|
+
"Indicates which feature the code components want to use."
|
|
2342
|
+
],
|
|
2343
|
+
"Available for": [
|
|
2344
|
+
"Model-driven apps"
|
|
2345
|
+
],
|
|
2346
|
+
"Parameters": [],
|
|
2347
|
+
"Parent Element": [],
|
|
2348
|
+
"Example": [
|
|
2349
|
+
"The following table shows the relationship of these settings to what happens in the code at runtime whether the feature function is available to call based upon the uses-feature settings defined in the manifest."
|
|
2350
|
+
],
|
|
2351
|
+
"Related articles": [
|
|
2352
|
+
"Power Apps component framework manifest schema reference\nPower Apps component framework API reference\nPower Apps component framework overview"
|
|
2353
|
+
],
|
|
2354
|
+
"Feedback": [
|
|
2355
|
+
"Was this page helpful?",
|
|
2356
|
+
"Need help with this topic?",
|
|
2357
|
+
"Want to try using Ask Learn to clarify or guide you through this topic?"
|
|
2358
|
+
],
|
|
2359
|
+
"Additional resources": [
|
|
2360
|
+
"Events",
|
|
2361
|
+
"FabCon Atlanta",
|
|
2362
|
+
"Mar 16, 11 AM - Mar 20, 11 AM",
|
|
2363
|
+
"Join us for the top Fabric, Power BI, AI & SQL event. Save $200 with code FABLEARN.",
|
|
2364
|
+
"Last updated on 03/25/2025"
|
|
2365
|
+
]
|
|
2366
|
+
},
|
|
2367
|
+
"examples": [
|
|
2368
|
+
{
|
|
2369
|
+
"language": "xml",
|
|
2370
|
+
"code": "<feature-usage>\n <uses-feature name=\"WebAPI\" required=\"true\" />\n</feature-usage>",
|
|
2371
|
+
"heading": "Example"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"url": "https://learn.microsoft.com/en-us/power-apps/developer/component-framework/manifest-schema-reference/uses-feature"
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
}
|