Pharos Triton
CtrlK
  • πŸ”±About Pharos Triton
  • 🏁Installing Pharos Triton
  • Apex Logging Basics
  • Common Apex Usage Patters
    • Batch Logging
    • Integration Logs
    • Apex Rest Logging
    • Full Control with TritonBuilder
    • Log Levels
  • Beyond Apex
    • LWC
    • πŸ”„LWC Transaction Management
    • ⚑LWC and Apex
    • πŸ’ΎPlatform Cache for Transactions
    • Flows
    • 〰️LWC, Apex and Flows
  • Best Practices & Standards
    • Core Principles
    • Log Levels: When to Use What
    • Templates & the Builder Pattern
    • Buffering & Flushing
    • Transaction Management
    • Implementation Patterns
    • Context & Related Objects
    • Taxonomy & Standards
    • Exception Handling
    • Standards Enforcement
    • Legacy Code Logging Rollout
  • πŸ“–Methods Reference
    • πŸ“”Apex
      • Triton
      • TritonBuilder
      • TritonTypes
      • TritonLwc
        • ComponentLog
        • Component
        • Error
        • RuntimeInfo
      • TritonFlow
        • FlowLog
      • TritonHelper
        • PostProcessingControlsBuilder
      • LogBuilder
    • LWC
      • Triton
      • TritonBuilder
      • TritonUtils
  • Help and Support
Powered by GitBook
On this page
  1. πŸ“–Methods Reference
  2. πŸ“”Apex
  3. TritonLwc

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
PreviousComponentLogNextError

Last updated 6 months ago