Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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