Skip to content

Commit ae96dd2

Browse files
authored
Update property.md
The usage property is required when invoking npm run build on a PCF project.
1 parent fdabd77 commit ae96dd2

File tree

1 file changed

+1
-1
lines changed
  • powerapps-docs/developer/component-framework/manifest-schema-reference

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/manifest-schema-reference/property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Model-driven apps and canvas apps (public preview)
2828
|name |Name of the property |string |Yes |
2929
|display-name-key |Used in the customization screens as localized strings that describes the name of the property. |string |Yes |
3030
|of-type| Defines the data type of the property| See [Remarks](#remarks)|Optional|
31-
|usage |The usage attribute identifies if the property is meant to represent an entity attribute that the component can change (bound) or read-only values (input)|bound or input |Optional |
31+
|usage |The usage attribute identifies if the property is meant to represent an entity attribute that the component can change (bound) or read-only values (input)|bound or input |Yes |
3232
|required |Whether the property is required or not |boolean |Optional |
3333
|of-type-group |Name of the type-group as defined in manifest| string |Optional |
3434
|description-key |Used in the customization screens as localized strings that describes the description of the property. |string |Optional |

0 commit comments

Comments
 (0)