Interface: InputBoxValidationMessage
Object to configure the behavior of the validation message.
Properties
message
readonlymessage:string
The validation message to display.
Source
packages/extension-api/src/extension-api.d.ts:790
severity
readonlyseverity:InputBoxValidationSeverity
The severity of the validation message.
NOTE: When using InputBoxValidationSeverity.Error, the user will not be allowed to accept (hit ENTER) the input.
Info and Warning will still allow the InputBox to accept the input.