Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.43 KB

File metadata and controls

50 lines (37 loc) · 1.43 KB
title description ms.author author ms.date ms.reviewer ms.topic ms.subservice contributors
property-dependency Element | Microsoft Docs
A property dependency in the property-dependencies node. Defines dependency between two properties.
hemantg
HemantGaur
11/30/2022
jdaly
reference
pcf
JimDaly

property-dependency element

[!INCLUDE property-dependency-description]

Available for

Canvas apps

Parameters

Name Description Type Required Available for
input The name of the input property. string yes Canvas apps
output The name of the output property. string yes Canvas apps
required-for Helps identify the property dependency requirement. Currently, the only supported value is schema. string yes Canvas apps

Parent Elements

Element Description
property-dependencies [!INCLUDE property-dependencies-description]

Example

<property-dependencies>
   <property-dependency input="Text" output="Photos" required-for="schema" />
</property-dependencies>

Related topics

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

[!INCLUDEfooter-include]