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 a library in another component that this component depends on.
Available for
Model-driven apps
Parameters
Name | Description | Type | Required | Available for |
---|---|---|---|---|
type |
Set to control |
String |
Yes | Model-driven apps |
name |
The schema name name of the library component | String |
Yes | Model-driven apps |
order |
The order in which the dependent library should load | Positive integer |
No | Model-driven apps |
load-type |
Set to onDemand |
String |
No | 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
<dependency
type="control"
name="samples_SampleNS.SampleStubLibraryPCF"
load-type="onDemand"/>
Related articles
Dependent Libraries (preview)
Power Apps component framework manifest schema reference
Power Apps component framework API reference
Power Apps component framework overview