where can I find JXA documentation with all available classes, functions and parameters? After so far found just random code samples and short tutorials.
相关问题
- How to make a range in Numbers (iWork) using JXA
- JXA Move a message to a different folder/mailbox
- How can I find out all the methods on a JXA object
- Attach event listeners in OS X JavaScript for Auto
- How do you run inline Applescript from a JXA/JavaS
相关文章
- How do you run inline Applescript from a JXA/JavaS
- How to get POSIX path of the current script's
- 邮件规则使用javascript代替的AppleScript(Mail Rules with jav
- OS X Yosemite Javascript for Automation and iTunes
- How to translate this slider value change from App
- Mail Rules with javascript instead of applescript
- Can't find JXA documentation
- Use Javascript for automation (JXA) to create a pl
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
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