Type Alias FlowScreenFieldType
FlowScreenFieldType:
| "DisplayText"
| "InputField"
| "LargeTextArea"
| "PasswordField"
| "RadioButtons"
| "DropdownBox"
| "MultiSelectCheckboxes"
| "MultiSelectPicklist"
| "ComponentInstance"
| "ComponentInput"
| "ComponentChoice"
| "ComponentMultiChoice"
| "ComponentDisplay"
| "RegionContainer"
| "Region"
| "ObjectProvided"