DetectionStrategyEntry interface exported

Last updated: 2026-03-05T10:53:28.867Z

Metrics

LOC: 6 Complexity: 1 Params: 0

Signature

interface DetectionStrategyEntry

Summary

A single detection strategy entry in the pipeline config

Source Code

export interface DetectionStrategyEntry {
  /** Classifier name (html-type | keyword | tensorflow | chrome-ai | html-fallback) */
  name: string;
  /** Whether this strategy is active */
  enabled: boolean;
}

No outgoing dependencies.

Impact (Incoming)

graph LR DetectionStrategyEntry["DetectionStrategyEntry"] debounce["debounce"] debounce -->|uses| DetectionStrategyEntry style DetectionStrategyEntry fill:#dbeafe,stroke:#2563eb,stroke-width:2px click DetectionStrategyEntry "3a7a3e9e6181f73d.html" click debounce "806c18ff0675c421.html"
SourceType
debounce uses