DetectionStrategyEntry interface exported
Last updated: 2026-03-05T10:53:28.867Z
Location
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)
| Source | Type |
|---|---|
| debounce | uses |