6

where can I find JXA documentation with all available classes, functions and parameters? After so far found just random code samples and short tutorials.

Jonas
  • 4,683
  • 4
  • 45
  • 81

2 Answers2

5

You can find all the JXA details in the various SDEFs (in Script Editor, menu File > Open > Dictionary...), and in the Apple Release Notes for Yosemite and El Capitan.

But here is a complete list of JXA resources you may find helpful: JXA Resources

JMichaelTX
  • 1,659
  • 14
  • 19
5

The most official source of documentation is the release notes:

https://developer.apple.com/library/content/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html

The WWDC 2014 presentation is also an authoritative source of information:

https://developer.apple.com/videos/play/wwdc2014/306

bacongravy
  • 893
  • 8
  • 13