JavaScript Lightning Web Component Sample
This sample shows the JavaScript portion of a Lightning web component for a content sync panel. When a user clicks a button on the content sync panel, the event triggers the JavaScript functions in this file.
The function calls the matching Apex method created in Step 2: Write Apex to Send an HTTP Call to the Connected App.
See Also