toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.componentsfinder
/
findComponentInLithoView
find
Component
In
Litho
View
fun
findComponentInLithoView
(
lithoView
:
LithoView
,
clazz
:
Class
<
out
Component
?
>
)
:
Component
?
fun
findComponentInLithoView
(
lithoView
:
LithoView
,
clazz
:
KClass
<
out
Component
>
)
:
Component
?
Returns a component of the given class from the ComponentTree or null if not found