DetectedFieldSummary interface exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 16
Complexity: 1
Params: 0
Signature
interface DetectedFieldSummary
Summary
Lightweight field snapshot used for popup cache and diagnostics
Source Code
export interface DetectedFieldSummary {
selector: string;
fieldType: FieldType;
label: string;
name?: string;
id?: string;
placeholder?: string;
required?: boolean;
contextualType?: FieldType;
detectionMethod?: DetectionMethod;
/** Confidence score 0–1 from the detection pipeline */
detectionConfidence?: number;
options?: Array<{ value: string; text: string }>;
checkboxValue?: string;
checkboxChecked?: boolean;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| FillableElement | uses |
| TabId | uses |
| fillAll | uses |
| parseIncomingMessage | uses |
| getFieldDetectionCache | uses |
| renderTypeBadge | uses |
| GeneratorOption | uses |
| FieldsTabCallbacks | uses |