Get Entity Name by Client API

0
Certainly! Here's a revised version of your question with some additional context and details: Hello everyone, I'm encountering an issue with retrieving the entity name using the Mendix client API in a pluggable widget. I've passed an object with type "datasource" from my widget, but I'm unable to get the entity name to appear in the console of the development tool. I've attempted to use the client API to access the entity name, but haven't had any success so far. Could anyone provide guidance or suggest alternative approaches for retrieving the entity name using the client API? Any help or insights would be greatly appreciated! Thank you.
asked
1 answers
0

Maybe I do not understand the question, but client API has mendix/lib/MxObject.getEntity(). So, if you have the object, you can ask the entity name of it.

answered