How to jump to local type member?

Hi

I’m developing small helper to deal with structs and I need some way to jump to struct member in local types.

I’ve found ida_kernwin.open_loctypes_window which takes ordinal and jumps to type, but I couldn’t find second argument cursor: 'tif_cursor_t const * anywhere in python docs.

I’ve tried using jumpto after opening widget to jump to X line but that didn’t work.

Could anyone assist me with that ? Thanks.