View selector documentation?

Can anybody point me to a view selector documentation. I’m trying to get a child view using parent’s object

You can get list of child views by using getChildViews
http://docs.webix.com/api__link__ui.accordion_getchildviews.html

If the parent view has an isolate attribute, then you can use this.$$(“child_view_id”) which will return child view by id