Can't find JXA documentation
Asked Answered
H

2

7

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

Homestretch answered 22/12, 2017 at 10:56 Comment(1)
Really doesn't look like Apple wants to support it.Forefinger
B
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

Beiderbecke answered 16/3, 2018 at 6:39 Comment(0)
R
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

Rudolf answered 24/12, 2017 at 4:4 Comment(0)
B
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

Beiderbecke answered 16/3, 2018 at 6:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.