Skip to main content
Bed30321077z973
Inspiring
October 27, 2023
Answered

REAL DOCUMENTATION, searching for the functions methods descriptions (coding)

  • October 27, 2023
  • 1 reply
  • 224 views

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/PremierePro.23.0.d.ts

But the class description is missing most methods seen on the screenshot above right?

So.. what is the best way to understand the functions?

 

 

This topic has been closed for replies.
Correct answer Bruce Bullis

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.


1 reply

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
October 27, 2023

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.