Global Function

Hi,

I’m searching for global webix function. For example, is there a function which returns all visible Object-IDs (datatable, forms,etc.) to me?

Like webix.getAllIDs()

Object.keys(webix.ui.views)
https://webix.com/snippet/35135818

That’s what I’m searching for! I didn’t find it in the documentation. Could you please provide me a link to this topic?

this is not documented. but you can find it from debug version.
for Object.keys Object.keys() - JavaScript | MDN

This trick is very cool. Thank you.