Hey guys, I'm trying read the "Inspectable" metadata tag of the properties of certain components in run time. The idea is when the user clicks a component, the application shows all the variables with "Inspectable" tags, and the information written in it.
I already tried the "flash.utils.describeType" way, but the only metadata I can access is "Bindable". Is there a way of doing this?

