cton-js
Preparing search index...
ValidationResult
Interface ValidationResult
interface
ValidationResult
{
errors
:
ValidationError
[]
;
get
valid
()
:
boolean
;
toJSON
()
:
ValidationResultJSON
;
toString
()
:
string
;
}
Index
Properties
errors
Accessors
valid
Methods
to
JSON
to
String
Properties
errors
errors
:
ValidationError
[]
Accessors
valid
get
valid
()
:
boolean
Returns
boolean
Methods
to
JSON
toJSON
()
:
ValidationResultJSON
Returns
ValidationResultJSON
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
Accessors
valid
Methods
to
JSON
to
String
cton-js
Loading...