toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill
/
File
File
interface
File
:
Mappable
Inheritors
MutableFile
Members
Members & Extensions
Properties
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
page
Order
Link copied to clipboard
abstract
val
pageOrder
:
List
<
String
>
pages
Link copied to clipboard
abstract
val
pages
:
List
<
Page
>
views
Link copied to clipboard
abstract
val
views
:
List
<
View
>
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
?
>
to
Mutable
File
Link copied to clipboard
inline
fun
File
.
toMutableFile
(
)
:
MutableFile