kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
core
/
io.github.hfhbd.kfx.codegen
/
CodeGenTree
/
Enum
/
Value
Value
@
Serializable
data
class
Value
(
val
name
:
String
,
val
documentation
:
String
?
=
null
,
val
annotations
:
List
<
CodeGenTree.Annotation
>
=
emptyList()
)
(
source
)
Members
Constructors
Value
Link copied to clipboard
constructor
(
name
:
String
,
documentation
:
String
?
=
null
,
annotations
:
List
<
CodeGenTree.Annotation
>
=
emptyList()
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
CodeGenTree.Annotation
>
documentation
Link copied to clipboard
val
documentation
:
String
?
name
Link copied to clipboard
val
name
:
String