InputBoxValidationMessage$Typings extension
Properties
- message → String
-
Available on InputBoxValidationMessage, provided by the InputBoxValidationMessage$Typings extension
The validation message to display.no setter - severity → InputBoxValidationSeverity
-
Available on InputBoxValidationMessage, provided by the InputBoxValidationMessage$Typings extension
The severity of the validation message. NOTE: When usingInputBoxValidationSeverity.Error
, the user will not be allowed to accept (hit ENTER) the input.Info
andWarning
will still allow the InputBox to accept the input.no setter