toggle menu
Litho
androidJvm
switch theme
search in API
litho-testing
/
com.facebook.litho.testing.api
/
SelectionResult
Selection
Result
class
SelectionResult
(
val
nodes
:
List
<
TestNode
>
,
selectionError
:
String
?
=
null
)
Members
Constructors
Selection
Result
Link copied to clipboard
constructor
(
nodes
:
List
<
TestNode
>
,
selectionError
:
String
?
=
null
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
TestNode
>