severity property
InputBoxValidationSeverity
get
severity
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.
Implementation
_i3.InputBoxValidationSeverity get severity =>
_i3.InputBoxValidationSeverity.values.byName(_i5.getProperty(
this,
'severity',
));