toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-treehouse
/
app.cash.redwood.treehouse
/
StateSnapshot
State
Snapshot
@
Serializable
class
StateSnapshot
(
val
content
:
Map
<
String
,
List
<
Any
?
>
>
)
Members
Constructors
State
Snapshot
Link copied to clipboard
constructor
(
content
:
Map
<
String
,
List
<
Any
?
>
>
)
Types
Id
Link copied to clipboard
@
JvmInline
@
Serializable
value
class
Id
(
val
value
:
String
?
)
Properties
content
Link copied to clipboard
val
content
:
Map
<
String
,
List
<
Any
?
>
>