General question about @AuraEnabled LookupSearchResult methods
joeythomaschaske opened this issue · 1 comments
joeythomaschaske commented
I noticed the getters in the LookupSearchResult
class are decorated with @AuraEnabled
and want to know what that decorator provides. At first I thought the client-side javascript would be able to call these methods on an instance of a search result but they do not have the methods defined.
Is there any purpose for decorating the getters?
joeythomaschaske commented
Ahh they are serializable, but I'm not seeing the methods on my front end due to nested classes. Closing this.