IgnoredField interface exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 10
Complexity: 1
Params: 0
Signature
interface IgnoredField
Summary
A field that should be skipped during auto-fill
Source Code
export interface IgnoredField {
id: string;
/** URL pattern of the page where this field lives */
urlPattern: string;
/** CSS selector of the field */
selector: string;
/** Human-readable label */
label: string;
createdAt: number;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| fillAll | uses |
| getIgnoredFields | uses |
| makeField | uses |