toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
DebugHierarchy
/
Node
Node
class
Node
(
val
parent
:
DebugHierarchy.Node
?
,
val
component
:
Component
,
val
components
:
List
<
Component
>
,
val
type
:
Int
)
Members
Constructors
Node
Link copied to clipboard
constructor
(
parent
:
DebugHierarchy.Node
?
,
component
:
Component
,
components
:
List
<
Component
>
,
type
:
Int
)
Properties
component
Link copied to clipboard
@
JvmField
val
component
:
Component
components
Link copied to clipboard
@
JvmField
val
components
:
List
<
Component
>
parent
Link copied to clipboard
@
JvmField
val
parent
:
DebugHierarchy.Node
?
type
Link copied to clipboard
@
JvmField
val
type
:
Int
Functions
mutate
Type
Link copied to clipboard
fun
mutateType
(
type
:
Int
)
:
DebugHierarchy.Node
to
Hierarchy
String
Link copied to clipboard
fun
toHierarchyString
(
)
:
String