toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill.fields.table
/
ImageColumn
Image
Column
interface
ImageColumn
:
Column
Members
Properties
id
Link copied to clipboard
abstract
val
id
:
String
required
Link copied to clipboard
abstract
val
required
:
Boolean
title
Link copied to clipboard
abstract
val
title
:
String
type
Link copied to clipboard
abstract
val
type
:
Field.Type
value
Link copied to clipboard
abstract
val
value
:
List
<
Attachment
>
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
?
>