Add property with dropdown

I want to add a property to my component that is a drop down of existing Ignition datasources. I have the list of datasources but I can’t figure out how to create a property that displays a drop down list, akin to the addEnumProp.

Also, is there somewhere the addProp, addEnumProp, etc methods are documented?

They should be document in the javadocs, but they’re a bit thin. I’ll see about beefing those up.

So you want a String property that displays the current list of datasources in the property editor? This isn’t really supported, sorry. The string editor doesn’t look for any sort of list of options, only the integer editor.

I am going to try using an enumProp for my purposes.