Component
Documentation for the Component wrapper class used to capture LWC component context information.
Wrapper class for component context information.
Properties:
@AuraEnabled public String category // Component category
@AuraEnabled public String name // Component name
@AuraEnabled public String function // Controller function name
@AuraEnabled public String action // Component action
Last updated