Skip to main content
Known Participant
April 26, 2017
Answered

Is there a JS docs page?

  • April 26, 2017
  • 2 replies
  • 655 views

Hey guys,
Sorry if extremely newby question but I'm starting out scripting the JS way. I wanted to ask is there a javascript specifics doc page with a list of all the functions and specs? I tried to look at the applescript functions but they dont translate perfectly.

E.G.
Resize Canvas, which in apple script takes in as a third param "top left" in javascript i found i need to do AnchorPosition.TOPLEFT
If you could let me know how I could find a list of all of the JS functions specifically hopefully with an example line that would be amazing.

Thanks so much!

This topic has been closed for replies.
Correct answer oliverIntergrafika

You can find the "fresh" docs here:

Adobe Photoshop Scripting | Adobe Developer Connection

Photoshop CC Scripting Guide (PDF, 722 KB)

Photoshop CC JavaScript Reference (PDF, 1.9 MB)

2 replies

Known Participant
April 28, 2017

Thank you sir!

oliverIntergrafika
oliverIntergrafikaCorrect answer
Inspiring
April 27, 2017

You can find the "fresh" docs here:

Adobe Photoshop Scripting | Adobe Developer Connection

Photoshop CC Scripting Guide (PDF, 722 KB)

Photoshop CC JavaScript Reference (PDF, 1.9 MB)