Aartiq
Aartiq
Download
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

PropTypeRequired
idstringYes
typeActionLogTypeYes
timestampnumberYes
successbooleanYes
outputstringNo
errorstringNo

PDFActionLog

PropTypeRequired
type'pdf'Yes
commandPDFCommandYes
filePathstringNo
fileNamestringNo

ActionTagLog

PropTypeRequired
type'action'Yes
commandActionTagYes
permissionRequired'low' | 'medium' | 'high'No
permissionGrantedbooleanNo

ShellCommandLog

PropTypeRequired
type'shell'Yes
commandShellCommandYes
permissionRequiredbooleanYes
permissionGrantedbooleanNo
executionTimenumberNo

OCRExtractionLog

PropTypeRequired
type'ocr'Yes
labelstringYes
textLengthnumberYes
source'screenshot' | 'page' | 'dom'Yes
imageBase64stringNo

DOMExtractionLog

PropTypeRequired
type'dom'Yes
querystringNo
resultsCountnumberYes
contentLengthnumberYes
injectionDetectedbooleanYes
filterStats{No
piiRemovednumberYes
scriptsRemovednumberYes
stylesRemovednumberYes
navRemovednumberYes
adsRemovednumberYes

ActionLogsState

PropTypeRequired
logsActionLog[]Yes
pdfLogsPDFActionLog[]Yes
actionLogsActionTagLog[]Yes
shellLogsShellCommandLog[]Yes
ocrLogsOCRExtractionLog[]Yes
domLogsDOMExtractionLog[]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