import { LightningElement, track } from 'lwc'; import getAllObjects from '@salesforce/apex/RandomRecordAudit.getAllObjects'; export default class SObjectList extends LightningElement { @track objects; @track error; handleLoad() { getAllObjects() ...
On the left side of the screen, I could see mycalorieCounterLWC under the Custom section. All I had to do was drag that component over and drop it into the single region for the Lightning-based page. After saving the component, I used the activation process to expose the Lightning page ...
Skip to main content