@duckduckgo/content-scope-scripts
    Preparing search index...

    A single field to fill within a form. type is either a key to read from the data, or a special generator/composite token.

    interface FormElement {
        max?: string;
        min?: string;
        selector: string;
        type: string;
    }
    Index

    Properties

    Properties

    max?: string

    upper bound for $generated_random_number$

    min?: string

    lower bound for $generated_random_number$

    selector: string

    selector for the input/select element

    type: string

    a data key to fill (e.g. "firstName"), or a special token: $file_id$, $generated_phone_number$, $generated_zip_code$, $generated_random_number$, $generated_street_address$, cityState, fullState