Audit Event Detail Panel
Component Detail
User Interface
low complexity
frontend
1
Dependencies
1
Dependents
1
Entities
0
Integrations
Description
Expandable inline panel or slide-over drawer that shows the full detail of a single audit log entry. Renders the raw metadata JSON blob in a formatted, syntax-highlighted view. Displays all indexed fields alongside human-readable event type labels and actor role badges.
audit-event-detail-panel
Responsibilities
- Render full audit event detail including structured fields and metadata JSON
- Format and syntax-highlight the metadata JSON blob for readability
- Show actor role badge, target entity type label, and organization context
- Provide copy-to-clipboard action for event ID and raw JSON for incident response
Interfaces
open(eventId: string): void
close(): void
copyEventJson(): void