toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill
/
Document
Document
interface
Document
:
Mappable
Inheritors
MutableDocument
Members
Members & Extensions
Properties
fields
Link copied to clipboard
abstract
val
fields
:
List
<
VField
>
files
Link copied to clipboard
abstract
val
files
:
List
<
File
>
id
Link copied to clipboard
abstract
val
id
:
String
identifier
Link copied to clipboard
abstract
val
identifier
:
String
name
Link copied to clipboard
abstract
val
name
:
String
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
Document
get
Link copied to clipboard
abstract
fun
<
R
>
get
(
key
:
String
)
:
R
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
?
>
to
Mutable
Document
Link copied to clipboard
inline
fun
Document
.
toMutableDocument
(
)
:
MutableDocument