Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-ajv
/
ajv
/
ValidateFunction
Validate
Function
interface
ValidateFunction
(
source
)
Members
Properties
errors
Link copied to clipboard
abstract
val
errors
:
ReadonlyArray
<
ErrorObject
>
?
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
data
:
JsAny
)
:
Boolean