ditto-lib / live.ditto / DittoDocument

DittoDocument

class DittoDocument<T : Any>

A document belonging to a DittoCollection with a nested typed value.

Properties

_id

val _id: String

The ID of the document.

value

val value: T

The document's inner value.

Functions

get

operator fun get(key: String): DittoDocumentPath

toString

fun toString(): String