How do I get the type of an object in lvgl8

I need lv_obj_get_child() to get all the child objects of a parent object, but there is more than one type of word object, and I want to know what type each child object is. The lv_obj_get_type() function is available in lvgl7 for this purpose, but in lvgl8 it is removed. Is there any other way to find out? Thank you so much.

It still exists. For some reason they renamed it to lv_obj_check_type().

I found the function you’re talking about in lvgl8. Thank you very much for your reply!

Great. Please mark my answer as a solution so others may easily find the answer :+1: