toggle menu
foundation
0.24.1
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.lazy.tree
/
TreeBuilder
/
Element
/
Leaf
Leaf
class
Leaf
<
T
>
(
val
data
:
T
,
val
id
:
Any
?
)
:
TreeBuilder.Element
<
T
>
Members
Constructors
Leaf
Link copied to clipboard
constructor
(
data
:
T
,
id
:
Any
?
)
Properties
data
Link copied to clipboard
val
data
:
T
id
Link copied to clipboard
open
override
val
id
:
Any
?