Skip to content

Commit e968023

Browse files
authored
Merge pull request MicrosoftDocs#361 from ghurlman/control-usage-fix
Fixed component framework property reference
2 parents 776c83d + b95f006 commit e968023

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
@@ -25,7 +25,7 @@ ms.assetid: 45f4872d-c1d2-4c5a-8721-251b96ede370
2525
|`name`|Name of the property|`string`|Yes|
2626
|`display-name-key`|Used in the customization screens as localized strings that describes the name of the property.|`string`|Yes|
2727
|`of-type`|Defines the data type of the property|See [Remarks](#remarks)|Optional|
28-
|`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`,`input` or `output`|Optional|
28+
|`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|
2929
|`required`|Whether the property is required or not|`boolean`|Optional|
3030
|`of-type-group`|Name of the type-group as defined in manifest|`string`|Optional|
3131
|`description-key`|Used in the customization screens as localized strings that describes the description of the property.|`string`|Optional|

0 commit comments

Comments
 (0)