ActionsTabViewProps interface presentation exported
Last updated: 2026-03-04T23:21:38.417Z
Metrics
LOC: 10
Complexity: 1
Params: 0
Signature
interface ActionsTabViewProps
Source Code
export interface ActionsTabViewProps {
watcherActive: boolean;
detectedCount: number;
onFillAll: () => void;
onFillEmpty: () => void;
onFillContextualAI: () => void;
onSave: () => void;
onToggleWatch: () => void;
onDetect: () => void;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| t | uses |
No incoming dependencies.