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