toggle menu
Joyfill
2.0.0-RC14
common
switch theme
search in API
editor
/
joyfill.tools.validation
/
RowValidity
Row
Validity
interface
RowValidity
:
Validity
,
Mappable
Inheritors
RowValid
RowInvalid
Members
Properties
cells
Validity
Link copied to clipboard
abstract
val
cellsValidity
:
List
<
CellValidity
>
row
Id
Link copied to clipboard
abstract
val
rowId
:
String
schema
Id
Link copied to clipboard
abstract
val
schemaId
:
String
status
Link copied to clipboard
abstract
val
status
:
ValidationStatus
Functions
to
Json
Object
Link copied to clipboard
open
override
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
open
override
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
open
override
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>