job-autofill
    Preparing search index...

    A form element found during a deep scan, with optional shadow host metadata.

    type FormElementEntry = {
        element: FormElement;
        shadowHost: Element | null;
    }
    Index

    Properties

    Properties

    element: FormElement

    The actual <input>, <select>, or <textarea>.

    shadowHost: Element | null

    If the element lives inside a shadow root, this is the shadow host (e.g. <dbx-textinput>). null for light-DOM elements.