StoreState

@Serializable
data class StoreState(val name: String, val body: String)

The remote state of the store

Parameters

name

the label to display

body

string representation of the state

Constructors

Link copied to clipboard
constructor(state: MVIState)
constructor(name: String, body: String)

Properties

Link copied to clipboard
Link copied to clipboard