DittoDocument

public class DittoDocument<T>

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

  • _id

    The ID of the document.

    Declaration

    Swift

    public let _id: String
  • The document’s inner value.

    Declaration

    Swift

    public let value: T
  • Declaration

    Swift

    public var description: String { get }
  • Declaration

    Swift

    public var debugDescription: String { get }