SetState

@Serializable
data class SetState<StateRepr : Any>(val content: StateRepr) : StateOps<StateRepr>

Represents the operation of setting the state of a State component with a new content.

Constructors

Link copied to clipboard
constructor(content: StateRepr)

Properties

Link copied to clipboard