library element
-
Article
-
- 2 minutes to read
-
Refers to external, published libraries that multiple controls from various ISVs rely on.
Parameters
| Name |
Description |
Type |
Required |
name |
Name of the library |
string |
Yes |
version |
The current library version |
Positive integer |
Yes |
order |
The order in which the library files should load |
Positive integer |
Yes |
Parent Elements
| Element |
Description |
| resources |
The resources node in the component manifest refers to the resource files that component requires to implement it's visualization. |
Child Elements
| Element |
Description |
Occurrences |
| [packaged_library] |
|
0 or more |
Example
<resources>
<library name="AngularJSCore" version=">=1" order="1">
<packaged_library path="libs/angular.min.js" version="1.5.8" />
</library>
</resources>
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview