Which cache types to clear when clear action is triggered.
Whether caches are currently being cleared.
Whether caches were successfully cleared (success flag).
Currently selected backup file for restore operations.
Error message if backup file validation fails.
Backup schedule configuration.
Timestamp of next scheduled backup or null.
Timestamp of last scheduled backup or null.
Whether a manual backup is currently being triggered.
Whether a backup restore operation is in progress.
Whether the debug menu is enabled.
Whether storage debugger panel is enabled.
Whether log viewer panel is enabled.
Whether log redaction is enabled in the log viewer.
Whether state inspector panel is enabled.
Whether IPC viewer panel is enabled.
Whether event logger panel is enabled.
Whether confidence test exporter is enabled.
Whether performance monitor is enabled.
Current search query for filtering sections.
ID of currently highlighted section.
Callback to update which caches to clear.
Callback to execute cache clearing.
Callback to trigger backup restore from previously uploaded file.
OptionalonOptional callback to restore from file directly.
Callback when user selects a backup file.
Callback to update backup schedule configuration.
Callback to trigger manual backup creation.
Callback to toggle debug menu on/off.
Callback to toggle storage debugger panel.
Callback to toggle log viewer panel.
Callback to toggle log redaction in viewer.
Callback to toggle state inspector panel.
Callback to toggle IPC viewer panel.
Callback to toggle event logger panel.
Callback to toggle confidence test exporter.
Callback to toggle performance monitor.
Map of section IDs to their collapsed states.
Callback to toggle a section's collapsed state.
Props for the Data Management tab component. Aggregates all state and handlers for cache management, backup/restore, and debug tools.
Source