RowEvent

sealed interface RowEvent<out T : Any> : ContainerEvent<T> (source)

Inheritors

Types

Link copied to clipboard

Remove an existing row

Link copied to clipboard
class Upsert<out T : Any>(val key: String, val value: T) : ContainerEvent.RowEvent<T>

Insert or replace an existing row

Properties

Link copied to clipboard
abstract val key: String

Functions

Link copied to clipboard
open operator fun component1(): String