toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.state
/
StateId
State
Id
data
class
StateId
(
val
treeId
:
Int
,
val
globalKey
:
String
,
val
index
:
Int
)
Members
Constructors
State
Id
Link copied to clipboard
constructor
(
treeId
:
Int
,
globalKey
:
String
,
index
:
Int
)
Properties
global
Key
Link copied to clipboard
val
globalKey
:
String
index
Link copied to clipboard
val
index
:
Int
tree
Id
Link copied to clipboard
val
treeId
:
Int