Skip to content

Commit 249f1e1

Browse files
committed
edit
1 parent c63cd17 commit 249f1e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -766,14 +766,14 @@ You can use the `defaultType` and `defaultValue` attributes to configure default
766766

767767
The format of `defaultValue` depends on the chosen `defaultType`:
768768

769-
| Data source type | Format | Example | Supported for |
769+
| Data source type | Format | Example | Supported For |
770770
|--------------------------|-------------|-----------------------------------------------------------------------|------------------------------------|
771771
| `Database` `Association` | Entity Path | `ModuleName.EntityName` or `ModuleName.A/ModuleName.A_B/ModuleName.B` | List data source |
772772
| `Microflow` `Nanoflow` | Document ID | `ModuleName.DocumentName` | List and object data source |
773773

774774
#### List Data Source {#list-datasource}
775775

776-
A list data source (`isList="true"`) allows a widget to work with a collection of objects. The client component receives a prop of type [`ListValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listvalue). See [Data Sources](/refguide/data-sources/#list-widgets) for available data source types.
776+
A list data source (`isList="true"`) allows a widget to work with a collection of objects. The client component receives a prop of type [`ListValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-list-values/#listvalue). For more information on available data source type, see [Data Sources](/refguide/data-sources/#list-widgets).
777777

778778
##### Studio Pro UI
779779

@@ -798,11 +798,11 @@ The object data source was introduced in Mendix [11.11](/releasenotes/studio-pro
798798

799799
An object data source (`isList="false"`) allows a widget to work with a single object. The client component receives a prop of type [`DynamicValue<ObjectItem>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#dynamic-value).
800800

801-
A widget may have at most one object data source property.
801+
A widget may have, at maximum, **one** object data source property.
802802

803803
The available source types differ from list data sources:
804804

805-
| Platform | Available source types |
805+
| Platform | Available Source Types |
806806
|----------|-----------------------------------------------------------|
807807
| Web | Context, Microflow, Nanoflow, Listen to widget |
808808
| Native | Context, Microflow, Nanoflow |

0 commit comments

Comments
 (0)