get selected richselect object or item

How to retrieve selected object instated of value for complex object.

https://docs.webix.com/api__ui.richselect_getlist.html
richSelect.getList().getItem(richSelect.getValue());

Thanks so much!!