Skip to content

Commit c16c920

Browse files
committed
Adding info
1 parent be2be9a commit c16c920

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Property Element | Microsoft Docs
3-
description:
3+
description:
44
keywords:
55
ms.author: nabuthuk
66
author: Nkrb
@@ -27,10 +27,10 @@ Model-driven apps and canvas apps (public preview)
2727
|------|------|------|-------|
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 |
30-
|of-type|Defines the data type of the property|See [Remarks](#remarks)|Optional|
30+
|of-type| Defines the data type of the property| See [Remarks](#remarks)|Optional|
3131
|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 |
3232
|required |Whether the property is required or not |boolean |Optional |
33-
|of-type-group |Name of the type-group as defined in manifest|string |Optional |
33+
|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 |
3535
|default-value |The default configuration value provided to the component. In model-driven apps, this attribute is only allowed on inputs since the bound parameters expect to have a field associated. |string |Optional |
3636

@@ -50,7 +50,7 @@ The `of-type` attribute value must be one of the following:
5050
## Example
5151

5252
```xml
53-
<property name="myFirstProperty" display-name-key="myFirstProperty_Display_Key"
53+
<property name="myFirstProperty" display-name-key="myFirstProperty_Display_Key"
5454
description-key="myFirstProperty_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
5555
```
5656

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Property | Microsoft Docs
3-
description:
3+
description:
44
keywords:
55
ms.author: nabuthuk
66
author: Nkrb
@@ -16,9 +16,9 @@ ms.assetid: a118f54f-be47-4f35-9ffb-7afa6c296631
1616
# Property
1717

1818
Interface for `context.parameters.<property_key>`
19-
## Available for
19+
## Available for
2020

21-
Model-driven apps
21+
Model-driven apps and canvas apps (public preview)
2222

2323
## Properties
2424

@@ -49,4 +49,4 @@ Model-driven apps
4949
### Related topics
5050

5151
[Power Apps component framework API reference](../reference/index.md)<br/>
52-
[Power Apps component framework overview](../overview.md)
52+
[Power Apps component framework overview](../overview.md)

0 commit comments

Comments
 (0)