I am trying to use to the reflection interface to get information on undocumented methods. When I follow the JS tool guide some of the properties do not return anything.
obj.reflect.properties : works
obj.reflect.methods : works
obj.reflect.name : works
obj.reflect.description & obj.reflect.help : does not work - nothing prints to console.
object.reflect.methods.{{$methodname}}.arguments(or argumetns[#]) : does not work
There is not much documentation on the web, any help would be appreciated.