I'm trying to create the ability to have multiple UI Lists (custom, assigned to bpy.types.Object) which can be selected and have their names edited by use of a 'prop_search' widget.
In this example picture, there's a UI List of Particle Effects, and beneath it a property_search to change the particle effect being edited.
What I'm looking for is the opposite. A property_search tab which changes the active 'list' being worked on. With multiple 'instances' of the UI List existing in the project.
How might this be achieved?

template_IDto select a Collection Property. – Candle May 08 '22 at 21:50