Client API outdated or missing?

0
Is there more Client API documentation beyond this docs page: https://apidocs.rnd.mendix.com/9/client ? The reason I ask: I was looking for a way to get the page name of a page. Apparently you can get that by using calling: mx.ui.getContentForm().path; Found that here: https://community.mendix.com/link/questions/89286 But it’s no where in the docs page for the UI namespace: https://apidocs.rnd.mendix.com/9/client/mx.ui.html When calling mx.ui.getContentForm(); or just mx.ui; , I see a bunch of things that could be interesting for other usecases. But I can’t find any documentation on the functions that are available. Is the documentation outdated?
asked
2 answers
2

You can find the documentation here: https://apidocs.rnd.mendix.com/9/client/mxui_lib_form__FormBase.html

answered
1

Thanks, that page does include some extra info on the id and a few other fields returned by the call! 

It’s still missing about half of what is returned, but I’m assuming that they probably tried to document the most relevant things for people to use.

answered