I'm new to Adobe Scripting, and Javascripting in general, and I'm reading the guide "ADOBE INTRODUCTION TO SCRIPTING" and the "JAVASCRIPT TOOLS GUIDE". But something is bugging me.
In the first one it says that to find the properties and methods of a Object I have to use the Model Object View, but this doesn't exist for the After Effects and Premiere(the Applications I'm mostly working with). I've been using reflect.properties/methods to get this info, but that's gets very time-consuming when I need to get methods/properties of many Objects.
My question is: How can I effectively get this info? Is there any online resource with this kind of info? The PDF's are okay, but its not the fastest way to find many properties.