Difference between api, track and wire in Lightning Web Component
@api To expose a public property, decorate it with @api. Public properties define the API for a component. An owner component that uses the component in its markup can access ....
@api To expose a public property, decorate it with @api. Public properties define the API for a component. An owner component that uses the component in its markup can access ....
Sample Code: Apex Class: public with sharing class AccountController { @AuraEnabled( cacheable = true ) public static List< Account > fetchAccounts( String searchKey ) { String strKey = '%' + ....
Note: 1. Enter API Name of the child object in Object Name. 2. Parent Field API Name should be the lookup or master-detail field API Name. 3. Filed Name is ....