You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Database``Association`| Entity Path |`ModuleName.EntityName` or `ModuleName.A/ModuleName.A_B/ModuleName.B`| List data source |
772
772
|`Microflow``Nanoflow`| Document ID |`ModuleName.DocumentName`| List and object data source |
773
773
774
774
#### List Data Source {#list-datasource}
775
775
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).
777
777
778
778
##### Studio Pro UI
779
779
@@ -798,11 +798,11 @@ The object data source was introduced in Mendix [11.11](/releasenotes/studio-pro
798
798
799
799
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).
800
800
801
-
A widget may have at most one object data source property.
801
+
A widget may have, at maximum, **one** object data source property.
802
802
803
803
The available source types differ from list data sources:
0 commit comments