Interface: InputBoxValidationMessage
Defined in: packages/extension-api/src/extension-api.d.ts:1347
Object to configure the behavior of the validation message.
Properties
message
readonly
message:string
Defined in: packages/extension-api/src/extension-api.d.ts:1351
The validation message to display.
severity
readonly
severity:InputBoxValidationSeverity
Defined in: packages/extension-api/src/extension-api.d.ts:1358
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.