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)

graph LR ActionsTabViewProps["ActionsTabViewProps"] t["t"] ActionsTabViewProps -->|uses| t style ActionsTabViewProps fill:#dbeafe,stroke:#2563eb,stroke-width:2px click ActionsTabViewProps "c7948ecae09ab965.html" click t "8e8864a3c5cfd1e1.html"
TargetType
t uses

No incoming dependencies.