richselect getItem

We have
getValue, getText.
How can we have getItem for richselect ?

Thanks

I think, i have the ansver.

$$(“richselect”).getList().getItem(id);

You can get any item from the inner list:

richselect.getList().getItem(item_id);