How to access dmx.app.data object in AC2?

With AC1, using dmx.app.data in browser dev-tools console would show the list of all available nested elements as objects via auto-fill.
But with changes in AC2, this no longer happens. I can still manually type in the complete path to whatever Wappler element I need to get to, but its extremely inconvenient.

Is there another way to still access these nested object in console? Its really helpful.

You can use dmx.app.data the same way as with AC1.

It's not exactly the same Sid, but if you use dmx.app.data and then open the proxy object, then target object you'll get access to the same data structure.

2 Likes

Please read the issue again.

Saw that once, but its not as easy or intuitive, so I must have forgotten. :sweat_smile:
Thanks for reminding.

1 Like

You can access the components here:

Also, you can see them in a dropdown/autofill when typing:

Ah, you are looking at the wrong place. Should have mentioned that I am talking about a SPA.

Here the path is dmx.app.data.content. And the content object does not do dropdown anymore.