So I noticed there is an enum data type to be used however when you look through the available enums it only seems to pull them out from precompiled dlls, so is there any way to add enums within your project to the list?
I just did it again and it shows up no matter if the Enum is nested or not, private or not or in namespace or not 🙂
The list just fetches all enums from all assemplies