Preparing search index...
The search index is not available
azure-devops-node-api
azure-devops-node-api
interfaces/common/FormInputInterfaces
InputValidation
Interface InputValidation
Describes what values are valid for a subscription input
interface
InputValidation
{
dataType
:
InputDataType
;
isRequired
:
boolean
;
maxLength
:
number
;
maxValue
:
number
;
minLength
:
number
;
minValue
:
number
;
pattern
:
string
;
patternMismatchErrorMessage
:
string
;
}
Index
Properties
data
Type
is
Required
max
Length
max
Value
min
Length
min
Value
pattern
pattern
Mismatch
Error
Message
Properties
data
Type
dataType
:
InputDataType
is
Required
isRequired
:
boolean
max
Length
maxLength
:
number
max
Value
maxValue
:
number
min
Length
minLength
:
number
min
Value
minValue
:
number
pattern
pattern
:
string
pattern
Mismatch
Error
Message
patternMismatchErrorMessage
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Type
is
Required
max
Length
max
Value
min
Length
min
Value
pattern
pattern
Mismatch
Error
Message
azure-devops-node-api
Loading...
Describes what values are valid for a subscription input