WatcherConfig interface exported

Last updated: 2026-03-04T23:21:38.393Z

Metrics

LOC: 8 Complexity: 1 Params: 0

Signature

interface WatcherConfig

Source Code

export interface WatcherConfig {
  /** Debounce interval in ms (default 600) */
  debounceMs?: number;
  /** Whether to auto-refill new fields (default false) */
  autoRefill?: boolean;
  /** Whether to observe inside Shadow DOM trees (default false) */
  shadowDOM?: boolean;
}

No outgoing dependencies.

Impact (Incoming)

graph LR WatcherConfig["WatcherConfig"] FillableElement["FillableElement"] FillableElement -->|uses| WatcherConfig style WatcherConfig fill:#dbeafe,stroke:#2563eb,stroke-width:2px click WatcherConfig "dfdf0e8ce21a87f2.html" click FillableElement "2ecf5aaac3f668a8.html"
SourceType
FillableElement uses