foundation
1.0.0-SNAPSHOT
jvm
foundation
/
org.jetbrains.jewel.foundation.tree
/
TreeGeneratorScope
/
addNode
add
Node
abstract
fun
addNode
(
data
:
T
,
id
:
Any
?
=
null
,
childrenGenerator
:
ChildrenGeneratorScope
<
T
>
.
(
)
->
Unit
=
{ }
)