指资源文件所在的路径。
适用于
模型驱动和画布应用
参数
| Name | Description | 类型 | 必选 | 适用于 |
|---|---|---|---|---|
path |
放置资源文件的位置 | String |
是的 | 模型驱动和画布应用 |
order |
资源文件应加载的顺序 | Positive integer |
是的 | 模型驱动和画布应用 |
父元素
| 元素 | Description |
|---|---|
| 资源 | 组件清单中的资源节点是指组件实现可视化效果所需的资源文件。 |
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" />
相关文章
Power Apps 组件框架清单架构参考
Power Apps 组件框架 API 参考
Power Apps 组件框架概述