@servicenow/sdk - v4.7.0
    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' (in bootstrap files, '' in component records)
    • dropdown_with_none: '1'
    • suggestion: '2'
    • dropdown_without_none: '3'