> For the complete documentation index, see [llms.txt](https://triton.pharos.ai/pharos-triton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triton.pharos.ai/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/component.md).

# Component

Wrapper class for component context information.

**Properties:**

```apex
@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
```
