In my example, I want to populate a dynamic combo like 3D Model does. So the user can get the list of project files in the editor via dropdown (e.g. a.glb, b.glb) and pick from them.
I am trying to make my addon less brittle (e.g. instead of typing in a string and getting it wrong.)
This is all in editor, not runtime. Does that make sense?