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