html element

Use HTML web resources to create user interface elements for client extensions.

Available for

Model-driven apps

Attributes

Name Description Type Required Available for
path Relative path w.r.t manifest where HTML files are located string Yes Model-driven apps
order The order in which HTML files should load Positive integer Optional 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="TS_LocalizationAPI.js" order="1" />
	 <html path="html/default.html" order="1" />
  </resources>

Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview