Back to Components
Desktop (Electron)
ActionLogsStore
Utility
Action Logs Store
Lines
410
File
ActionLogsStore.ts
Last Modified
2026-07-22
Exports
ActionLogTypeBaseActionLogPDFActionLogActionTagLogShellCommandLogOCRExtractionLogDOMExtractionLogActionLogActionLogsStateactionLogsStore
Source Path
aartiq-browser/src/ActionLogsStore.ts
Tags
AIAutomationPDFOCRmacOS
Code Analysis
External Dependencies
No external dependencies
Internal Imports
./PDFCommandParser./ActionTagParser./ShellCommandParser
Props / Types
BaseActionLog
| Prop | Type | Required |
|---|---|---|
| id | string | Yes |
| type | ActionLogType | Yes |
| timestamp | number | Yes |
| success | boolean | Yes |
| output | string | No |
| error | string | No |
PDFActionLog
| Prop | Type | Required |
|---|---|---|
| type | 'pdf' | Yes |
| command | PDFCommand | Yes |
| filePath | string | No |
| fileName | string | No |
ActionTagLog
| Prop | Type | Required |
|---|---|---|
| type | 'action' | Yes |
| command | ActionTag | Yes |
| permissionRequired | 'low' | 'medium' | 'high' | No |
| permissionGranted | boolean | No |
ShellCommandLog
| Prop | Type | Required |
|---|---|---|
| type | 'shell' | Yes |
| command | ShellCommand | Yes |
| permissionRequired | boolean | Yes |
| permissionGranted | boolean | No |
| executionTime | number | No |
OCRExtractionLog
| Prop | Type | Required |
|---|---|---|
| type | 'ocr' | Yes |
| label | string | Yes |
| textLength | number | Yes |
| source | 'screenshot' | 'page' | 'dom' | Yes |
| imageBase64 | string | No |
DOMExtractionLog
| Prop | Type | Required |
|---|---|---|
| type | 'dom' | Yes |
| query | string | No |
| resultsCount | number | Yes |
| contentLength | number | Yes |
| injectionDetected | boolean | Yes |
| filterStats | { | No |
| piiRemoved | number | Yes |
| scriptsRemoved | number | Yes |
| stylesRemoved | number | Yes |
| navRemoved | number | Yes |
| adsRemoved | number | Yes |
ActionLogsState
| Prop | Type | Required |
|---|---|---|
| logs | ActionLog[] | Yes |
| pdfLogs | PDFActionLog[] | Yes |
| actionLogs | ActionTagLog[] | Yes |
| shellLogs | ShellCommandLog[] | Yes |
| ocrLogs | OCRExtractionLog[] | Yes |
| domLogs | DOMExtractionLog[] | Yes |
Key Functions
exportData()formatLog()
Related Components
Browse all components in the Component Inventory
Auto-Generated Documentation
Component metadata is auto-generated by aartiq-browser/scripts/component-scanner.js