Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
CSS describes how code components are to be displayed on UI.
Available for
Model-driven and canvas apps
Parameters
| Name | Description | Type | Required | Available for |
|---|---|---|---|---|
path |
Relative path w.r.t manifest where CSS files are located | string |
Yes | Model-driven and canvas apps |
order |
The order in which the CSS files Should load | Positive integer |
Optional | 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
<resources>
<code path="TS_LocalizationAPI.js" order="1" />
<css path="css/TS_LocalizationAPI.css" order="1" />
</resources>
Related articles
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview