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
@@ -382,10 +378,6 @@ You can set a fixed return type for your expression property with one of the sup
382
378
383
379
##### Return Type Assignable to an Attribute
384
380
385
-
{{% alert color="info" %}}
386
-
The `assignableTo` attribute was introduced in Mendix [9.20](/releasenotes/studio-pro/9.20/).
387
-
{{% /alert %}}
388
-
389
381
You can use `assignableTo` to specify that the return type of the expression property should depend on the attribute property with the given property path. This means that the value of the expression will be assignable to the attribute configured for that attribute property (using [`setValue`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#editable-value)).
390
382
391
383
The client component will receive a `DynamicValue<T>` where `T` depends on the possible types of the target attribute. If the attribute property allows for more than one type, the type of the actual value depends on the attribute that has been configured.
@@ -574,14 +566,6 @@ Then the Studio Pro UI for the property appears like this:
574
566
575
567
### Association {#association}
576
568
577
-
{{% alert color="info" %}}
578
-
This property type was introduced in Mendix [9.13](/releasenotes/studio-pro/9.13/).
579
-
{{% /alert %}}
580
-
581
-
{{% alert color="info" %}}
582
-
The ability to link association properties to a data source was introduced in Mendix [9.17](/releasenotes/studio-pro/9.17/).
583
-
{{% /alert %}}
584
-
585
569
The association property type allows a widget to work directly with both reading and writing associations between entities. Depending on the widget's purposes, a widget should define association types it supports.
586
570
587
571
If a `dataSource` attribute is not specified the client will receive a `ReferenceValue` for references (singular references), a `ReferenceSetValue` for reference sets (multiple references), or a union of them. For more information, see the [ModifiableValue](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#modifiable-value) section of *Client APIs Available to Pluggable Widgets*.
0 commit comments