How to get the attribute name from pluggable widget?

0
I am trying get the attribute name in the pluggable widget to update the value to an mx object. As I inspect the mxui.js library, the attribute name is hidden by default. Is there anyway to expose it?   Thanks!
asked
2 answers
1

That is currently not possible.

answered
1

Like Chris mentioned, this is sadly currently not possible with the Pluggable widgets API. You still need the Client API for this use case.

answered