Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Valerie
ValidationResult
Interface ValidationResult
Index
Properties
failed
message
new
passed
pending
state
Methods
createFailedResult
Properties
public
failed
:
boolean
public
message
:
string
public
new
:
(state: any, message?: string) => Valerie.ValidationResult
public
passed
:
boolean
public
pending
:
boolean
public
state
:
any
Methods
public
createFailedResult
(
message
:
string
)
:
ValidationResult
Parameters
message:
string
Returns
ValidationResult
Globals
Valerie
Valerie.Rules
knockout
IConverter
IRule
IValidationState
IncludePropertyCallback
ModelValidationState
ModelValidationStateOptions
NumericHelper
PropertyValidationState
Static
ValidatableModel
ValidationOptions
ValidationResult
failed
message
new
passed
pending
state
createFailedResult
ValidationState