toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
debugger-common
/
pro.respawn.flowmvi.debugger.model
/
ClientEvent
/
StoreStateChanged
Store
State
Changed
@
Serializable
@
SerialName
(
value
=
"state_change"
)
data
class
StoreStateChanged
(
val
from
:
StoreState
,
val
to
:
StoreState
)
:
ClientEvent
Members
Constructors
Store
State
Changed
Link copied to clipboard
constructor
(
from
:
MVIState
,
to
:
MVIState
)
constructor
(
from
:
StoreState
,
to
:
StoreState
)
Properties
from
Link copied to clipboard
val
from
:
StoreState
to
Link copied to clipboard
val
to
:
StoreState