Share via


InputType type

Defines values for InputType.
KnownInputType can be used interchangeably with InputType, this enum contains the known values that the service supports.

Known values supported by the service

None: The input type is a text box.
Text: The input content is text string.
Email: The input content should be an email address.
MultilineText: The input content should be multiline text.
Url: The input content should be a URL.
Number: The input content should be a number.
Boolean: The input content should be a boolean.
Telephone: The input content should be a telephone number.
YesNoNa: The input content should be Yes, No or Na.
Date: The input content should be a date.
YearPicker: The input content is a Year, pick from the dropdown list.
SingleSelection: The input content is a single result seleted from the options.
SingleSelectDropdown: The input content is a single result seleted from the dropdown options.
MultiSelectCheckbox: The input content are multiple results seleted from the checkboxes.
MultiSelectDropdown: The input content are multiple results seleted from the dropdown options.
MultiSelectDropdownCustom: The input content are result seleted from the custom dropdown options.
Group: The input content is a group of answers.
Upload: The input content is a uploaded file.

type InputType = string