Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refers to the path where the resource files are located.
Available for
Model-driven and canvas apps
Parameters
Name | Description | Type | Required | Available for |
---|---|---|---|---|
path |
Place where the resource files are located | String |
Yes | Model-driven and canvas apps |
order |
The order in which the resource files should load | Positive integer |
Yes | Model-driven and canvas apps |
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. |
Example
<code path="TS_IncrementControl.js" order="1" />
<css path="css/TS_IncrementControl.css" order="1" />
<resx path="strings/TSIncrementControl.1033.resx" version="1.0.0" />
Related articles
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview