Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
The img web resource allows you to add images for the code components.
Available for
Model-driven apps
Parameters
| Name | Description | Type | Required | Available for |
|---|---|---|---|---|
path |
Relative path w.r.t manifest where the image files are located | string |
Yes | Model-driven 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
<resources>
<code path="index.ts" order="1" />
<img path="img/default.png" />
</resources>
Related articles
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview