One of the biggest problems I have with the Adobe scripting API and ESTK is that the documentation is either poor and incomplete or that it assumes a level of knowledge that I just don't have.
There are many methods that use an argument <code>withProperties</code>
For example:
<pre>app.documents.add(showingWindow, documentPreset, withProperties)</pre>
I assume this argument can be passed object or associtative array with a series arguments to be used when the method is run. However I cannot find any information in the documentation or online that outlines the syntax to use for these arguments and what properties can be applied.
Can somebody please explain how I would find this information?