Pluggable Widget ListValues getAttributeValues

0
Hi,  I’m making a pluggable web widget. I want to get the attribute value of only ListValue. but, ListValue only provides “item id” Is there a good way?     thanks.
asked
1 answers
1

Hi,

 

You can link attribute properties to your datasource. These properties will provide you the value of the linked attribute.

 

https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets-property-types/#attribute

answered