toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-models
/
joyfill.fields
/
Field
Field
interface
Field
:
Mappable
Inheritors
VField
Members
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
Field.Type
>
Properties
disabled
Link copied to clipboard
abstract
val
disabled
:
Boolean
hidden
Link copied to clipboard
abstract
var
hidden
:
Boolean
id
Link copied to clipboard
abstract
var
id
:
String
identifier
Link copied to clipboard
abstract
var
identifier
:
String
logic
Link copied to clipboard
abstract
val
logic
:
Logic
?
required
Link copied to clipboard
abstract
val
required
:
Boolean
tip
Link copied to clipboard
abstract
val
tip
:
ToolTip
title
Link copied to clipboard
abstract
var
title
:
String
type
Link copied to clipboard
abstract
val
type
:
Field.Type
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
?
>