[ GroupList ] Get selected child object

Hello,

With ‘getOpenState()’ you can get all the ids of the parents and child objects but

how can you trigger an onItemClick event on last child and get selecteds childs whole object ?

snippet if needed : Code Snippet

Thank you for your time !

Oh,

i have found a way how to get the selected childs object.

Had to use ‘onSelectChange’ Event for this.

https://webix.com/snippet/a0dc2177

But another question is how can i detect the change/switch of grouplist levels ?