@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable choiceDropdownConst

    choiceDropdown: readonly [
        "none",
        "dropdown_with_none",
        "suggestion",
        "dropdown_without_none",
    ] = ...

    The dropdown values are mapped to the following values on the platform

    • none: 0
    • dropdown_with_none: 1
    • suggestion: 2
    • dropdown_without_none: 3