DataFormPreviewQuestionDto
Properties
| Name | Type | Description |
|---|---|---|
| code | string | |
| prompt | string | |
| description | string | |
| dataType | enum | Text Number Date Boolean Select MultiSelect TextArea Address Email |
Text Number Date Boolean Select MultiSelect TextArea Address Email | ||
| options | string | |
| maxLength | integer | |
| lines | integer | |
| displayWidth | enum | Small Medium Large Full |
Small Medium Large Full | ||
| booleanDisplayMode | enum | Toggle Checkbox YesNo |
Toggle Checkbox YesNo | ||
| isRequired | boolean | |
| sortOrder | integer | |
JSON Example
{
"code": "string",
"prompt": "string",
"description": "string",
"dataType": "Text",
"options": "string"
}