toggle menu
Joyfill
2.0.0-RC10
common
switch theme
search in API
editor
/
joyfill.events
/
FieldCreateChange
Field
Create
Change
interface
FieldCreateChange
:
FieldChange
,
Mappable
Field creation payload.
Contains the entire new field object.
Members
Properties
field
Link copied to clipboard
abstract
val
field
:
Field
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
?
>