toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
builder
/
joyfill
/
GeneralBuilder
/
text
text
abstract
fun
text
(
title
:
String
=
"Text Component"
,
id
:
String
?
=
null
,
identifier
:
String
?
=
null
,
readonly
:
Boolean
=
false
,
hidden
:
Boolean
=
false
,
required
:
Boolean
=
false
,
formula
:
String
?
=
null
,
tip
:
ToolTip
?
=
null
,
value
:
String
?
=
null
,
logic
:
FieldLogicBuilder
.
(
)
->
Unit
?
=
null
)