toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill
/
Page
Page
interface
Page
:
Mappable
Inheritors
MutablePage
Members
Members & Extensions
Properties
hidden
Link copied to clipboard
abstract
val
hidden
:
Boolean
id
Link copied to clipboard
abstract
val
id
:
String
identifier
Link copied to clipboard
abstract
val
identifier
:
String
logic
Link copied to clipboard
abstract
val
logic
:
Logic
?
name
Link copied to clipboard
abstract
val
name
:
String
positions
Link copied to clipboard
abstract
val
positions
:
List
<
FieldPosition
>
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
Page
Link copied to clipboard
inline
fun
Page
.
toMutablePage
(
)
:
MutablePage