isFormField function

Last updated: 2026-03-05T11:49:57.418Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

isFormField(el: Element): : boolean

Source Code

function isFormField(el: Element): boolean {
  return el.matches(FORM_FIELD_SELECTOR);
}

No outgoing dependencies.

Impact (Incoming)

graph LR isFormField["isFormField"] onClick["onClick"] processMutations["processMutations"] onClick -->|calls| isFormField processMutations -->|calls| isFormField style isFormField fill:#dbeafe,stroke:#2563eb,stroke-width:2px click isFormField "59ce5e4523d62013.html" click onClick "d103b771aa1affc5.html" click processMutations "1402c8dfccd81bea.html"
SourceType
onClick calls
processMutations calls