toggle menu
models
1.1.17
common
switch theme
search in API
models
/
joyfill.fields.table
/
Column
Column
interface
Column
:
Mappable
Inheritors
TextColumn
DropdownColumn
ImageColumn
AbstractColumn
Members
Properties
id
Link copied to clipboard
abstract
val
id
:
String
title
Link copied to clipboard
abstract
val
title
:
String
type
Link copied to clipboard
abstract
val
type
:
Field.Type
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
?
>