foundation
1.0.0-SNAPSHOT
jvm
foundation
/
org.jetbrains.jewel.foundation.tree
/
ChildrenGeneratorScope
/
ParentInfo
Parent
Info
data
class
ParentInfo
<
T
>
(
val
data
:
T
,
val
depth
:
Int
,
val
index
:
Int
)
Members
Constructors
Parent
Info
Link copied to clipboard
constructor
(
data
:
T
,
depth
:
Int
,
index
:
Int
)
Properties
data
Link copied to clipboard
val
data
:
T
depth
Link copied to clipboard
val
depth
:
Int
index
Link copied to clipboard
val
index
:
Int