Developing Secure Code
Testing Components
Previous PDF Versions
The JavaScript API lists the publicly accessible methods for each object that you can use in JavaScript code, such as a controller or helper. The $A namespace is the entry point for using the framework in JavaScript code.
The $A namespace is the entry point for using the framework in JavaScript code.
Action contains methods to work with JavaScript actions that you can use to communicate with Apex classes.
AuraLocalizationService provides methods for formatting and localizing dates. Use $A.localizationService to use the methods in AuraLocalizationService.
Component contains methods to work with components.
Event contains methods to work with events. Use an event to communicate between components.
Util contains utility methods.