toggle menu
models
2.0.0-RC2
common
switch theme
search in API
models
/
joyfill.collection
/
TableSchemas
Table
Schemas
interface
TableSchemas
:
Mappable
Members
Functions
all
Link copied to clipboard
abstract
fun
all
(
)
:
List
<
TableSchema
>
root
Link copied to clipboard
abstract
fun
root
(
)
:
TableSchema
?
table
Link copied to clipboard
abstract
fun
table
(
key
:
String
?
)
:
TableSchema
?
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
?
>