Delete

data class Delete(val id: String, val deletedId: String) : LiveQueryAction<Nothing>

Constructors

Link copied to clipboard
constructor(id: String, deletedId: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: String

Functions

Link copied to clipboard
inline fun <T> LiveQueryAction<JsonElement>.asType(): LiveQueryAction<T>

As type