toggle menu
Joyfill
2.0.0-RC14
common
switch theme
search in API
editor
/
joyfill.tools.validation
/
CellValidity
Cell
Validity
interface
CellValidity
:
Validity
,
Mappable
Inheritors
CellValid
CellInvalid
Members
Properties
column
Id
Link copied to clipboard
abstract
val
columnId
:
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
?
>