ResponseValidationProperties interface
故障排除步骤输入响应验证属性
属性
| is |
默认值 True |
| max |
最大文本输入(打开结束文本)。 |
| regex | 用于输入验证的正则表达式。 |
| validation |
验证错误消息。 |
| validation |
验证范围 |
属性详细信息
isRequired
默认值 True
isRequired?: boolean
属性值
boolean
maxLength
最大文本输入(打开结束文本)。
maxLength?: number
属性值
number
regex
用于输入验证的正则表达式。
regex?: string
属性值
string
validationErrorMessage
验证错误消息。
validationErrorMessage?: string
属性值
string
validationScope
验证范围
validationScope?: string
属性值
string