Copy link to clipboard
Copied
I Found these 2 things:
- On the one hand, visual code the methods of a class like this:
- On the other hand, you have this kind of "very limited?" documentation:
https://ppro-scripting.docsforadobe.dev/other/time.html?highlight=time
It's missing most methods I am not wrong?
_
So I was wondering, where can I find descriptions of methods and attributes of different classes?
I found this: https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/Pre...
But the class description is missing most methods seen on the screenshot above right?
So.. what is the best way to understand the functions?
The 'docsforadobe.dev' docs are the best available documentation, but (as the author of most of it)...
> ...what is the best way to understand the functions?
...I'd recommend starting with the working code in PProPanel.
Copy link to clipboard
Copied
The 'docsforadobe.dev' docs are the best available documentation, but (as the author of most of it)...
> ...what is the best way to understand the functions?
...I'd recommend starting with the working code in PProPanel.