toggle menu
models
2.0.0-Beta03
common
switch theme
search in API
models
/
joyfill2.table
/
Row
Row
interface
Row
:
Mappable
Members
Properties
cells
Link copied to clipboard
abstract
val
cells
:
Cells
children
Link copied to clipboard
abstract
val
children
:
Children
deleted
Link copied to clipboard
abstract
val
deleted
:
Boolean
id
Link copied to clipboard
abstract
val
id
:
String
Functions
to
Json
Object
Link copied to clipboard
abstract
fun
toJsonObject
(
)
:
JsonObject
to
Json
String
Link copied to clipboard
abstract
fun
toJsonString
(
)
:
String
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
MutableMap
<
String
,
Any
?
>